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
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
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)
...
@@ -243,10 +243,10 @@ av_cold void ff_vp8dsp_init_x86(VP8DSPContext* c)
c
->
vp8_luma_dc_wht
=
ff_vp8_luma_dc_wht_mmxext
;
c
->
vp8_luma_dc_wht
=
ff_vp8_luma_dc_wht_mmxext
;
VP8_LUMA_MC_FUNC
(
0
,
16
,
mmxext
);
VP8_LUMA_MC_FUNC
(
0
,
16
,
mmxext
);
VP8_MC_FUNC
(
1
,
8
,
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
(
0
,
16
,
mmxext
);
VP8_BILINEAR_MC_FUNC
(
1
,
8
,
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
)
{
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