.. |
cputest.c
|
x86 cpu capabilities detection rewrite / cleanup
|
20 years ago |
dsputil_h264_template_mmx.c
|
sort H.264 mmx dsp functions into their own file
|
20 years ago |
dsputil_mmx.c
|
replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ...
|
19 years ago |
dsputil_mmx_avg.h
|
read 32bit instead of 64bit to avoid overreading and missalignments
|
20 years ago |
dsputil_mmx_rnd.h
|
Kill some compiler warnings. Compiled code verified identical after changes.
|
20 years ago |
fdct_mmx.c
|
libavutil: Utility code from libavcodec moved to a separate library.
|
20 years ago |
fft_sse.c
|
fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>)
|
21 years ago |
h264dsp_mmx.c
|
simplify (d&a) and (d&~a) calculation, hint by skal
|
20 years ago |
idct_mmx.c
|
add consts (this was in my local tree, dunno where it came from, probably forgoten from some const patch)
|
20 years ago |
idct_mmx_xvid.c
|
remove unused table entries
|
20 years ago |
mmx.h
|
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>)
|
20 years ago |
motion_est_mmx.c
|
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>)
|
20 years ago |
mpegvideo_mmx.c
|
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>)
|
20 years ago |
mpegvideo_mmx_template.c
|
replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ...
|
19 years ago |
simple_idct_mmx.c
|
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
|
21 years ago |
vp3dsp_mmx.c
|
adding a few const
|
20 years ago |
vp3dsp_sse2.c
|
kill a bunch of compiler warnings
|
20 years ago |