Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
ffmpeg
Commits
8434fc26
Commit
8434fc26
authored
Jul 01, 2010
by
Jason Garrett-Glaser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 100L in vp8dsp asm init
Originally committed as revision 23946 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
d9da8f10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libavcodec/x86/vp8dsp-init.c
libavcodec/x86/vp8dsp-init.c
+2
-2
No files found.
libavcodec/x86/vp8dsp-init.c
View file @
8434fc26
...
...
@@ -243,10 +243,10 @@ av_cold void ff_vp8dsp_init_x86(VP8DSPContext* c)
c
->
vp8_luma_dc_wht
=
ff_vp8_luma_dc_wht_mmxext
;
VP8_LUMA_MC_FUNC
(
0
,
16
,
mmxext
);
VP8_MC_FUNC
(
1
,
8
,
mmxext
);
VP8_MC_FUNC
(
1
,
4
,
mmxext
);
VP8_MC_FUNC
(
2
,
4
,
mmxext
);
VP8_BILINEAR_MC_FUNC
(
0
,
16
,
mmxext
);
VP8_BILINEAR_MC_FUNC
(
1
,
8
,
mmxext
);
VP8_BILINEAR_MC_FUNC
(
1
,
4
,
mmxext
);
VP8_BILINEAR_MC_FUNC
(
2
,
4
,
mmxext
);
}
if
(
mm_flags
&
FF_MM_SSE
)
{
...
...
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