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
4afeaec9
Commit
4afeaec9
authored
Jul 21, 2002
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pix_abs mmx2 isnt bit-exact ...
Originally committed as revision 781 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
0147f198
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
dsputil_mmx.c
libavcodec/i386/dsputil_mmx.c
+8
-0
No files found.
libavcodec/i386/dsputil_mmx.c
View file @
4afeaec9
...
...
@@ -423,6 +423,7 @@ void dsputil_init_mmx(void)
pix_abs8x8_x2
=
pix_abs8x8_x2_mmx
;
pix_abs8x8_y2
=
pix_abs8x8_y2_mmx
;
pix_abs8x8_xy2
=
pix_abs8x8_xy2_mmx
;
av_fdct
=
fdct_mmx
;
put_pixels_tab
[
0
]
=
put_pixels_mmx
;
...
...
@@ -535,6 +536,13 @@ void dsputil_set_bit_exact_mmx(void)
put_no_rnd_pixels_tab
[
1
]
=
put_no_rnd_pixels_x2_mmx
;
put_no_rnd_pixels_tab
[
2
]
=
put_no_rnd_pixels_y2_mmx
;
avg_pixels_tab
[
3
]
=
avg_pixels_xy2_mmx
;
pix_abs16x16_x2
=
pix_abs16x16_x2_mmx
;
pix_abs16x16_y2
=
pix_abs16x16_y2_mmx
;
pix_abs16x16_xy2
=
pix_abs16x16_xy2_mmx
;
pix_abs8x8_x2
=
pix_abs8x8_x2_mmx
;
pix_abs8x8_y2
=
pix_abs8x8_y2_mmx
;
pix_abs8x8_xy2
=
pix_abs8x8_xy2_mmx
;
}
else
if
(
mm_flags
&
MM_3DNOW
)
{
put_no_rnd_pixels_tab
[
1
]
=
put_no_rnd_pixels_x2_mmx
;
put_no_rnd_pixels_tab
[
2
]
=
put_no_rnd_pixels_y2_mmx
;
...
...
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