| .. |
|
cputest.c
|
x86 cpu capabilities detection rewrite / cleanup
|
21 years ago |
|
dsputil_h264_template_mmx.c
|
faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.
|
20 years ago |
|
dsputil_mmx.c
|
use sse16_sse2() in nsse
|
20 years ago |
|
dsputil_mmx_avg.h
|
read 32bit instead of 64bit to avoid overreading and missalignments
|
21 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>)
|
22 years ago |
|
h264dsp_mmx.c
|
faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.
|
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>)
|
21 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>)
|
21 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>)
|
21 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 ...
|
20 years ago |
|
simple_idct_mmx.c
|
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
|
22 years ago |
|
vp3dsp_mmx.c
|
adding a few const
|
20 years ago |
|
vp3dsp_sse2.c
|
kill a bunch of compiler warnings
|
20 years ago |