Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
2d5eadcc
Commit
2d5eadcc
authored
Aug 31, 2006
by
Kostya Shishkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling
Originally committed as revision 6138 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
66ff2c1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vc1.c
libavcodec/vc1.c
+2
-2
No files found.
libavcodec/vc1.c
View file @
2d5eadcc
...
...
@@ -877,7 +877,7 @@ static void vc1_mc_1mv(VC1Context *v, int dir)
}
if
(
s
->
flags
&
CODEC_FLAG_GRAY
)
return
;
/* Chroma MC always uses qpel b
l
ilinear */
/* Chroma MC always uses qpel bilinear */
uvdxy
=
((
uvmy
&
3
)
<<
2
)
|
(
uvmx
&
3
);
if
(
!
v
->
rnd
){
dsp
->
put_qpel_pixels_tab
[
1
][
uvdxy
](
s
->
dest
[
1
],
srcU
,
s
->
uvlinesize
);
...
...
@@ -1080,7 +1080,7 @@ static void vc1_mc_4mv_chroma(VC1Context *v)
uvmy
=
uvmy
+
((
uvmy
<
0
)
?
(
uvmy
&
1
)
:-
(
uvmy
&
1
));
}
/* Chroma MC always uses qpel b
l
ilinear */
/* Chroma MC always uses qpel bilinear */
uvdxy
=
((
uvmy
&
3
)
<<
2
)
|
(
uvmx
&
3
);
if
(
!
v
->
rnd
){
dsp
->
put_qpel_pixels_tab
[
1
][
uvdxy
](
s
->
dest
[
1
],
srcU
,
s
->
uvlinesize
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment