FFmpeg/libavcodec/i386
Loren Merritt 5693c08356 sse2 16x16 sum squared diff (306=>268 cycles on a K8)
faster 8x8 mmx ssd (77=>70 cycles)

Originally committed as revision 4623 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-30 02:31:47 +00:00
..
cputest.c
dsputil_h264_template_mmx.c
dsputil_mmx_avg.h
dsputil_mmx_rnd.h Kill some compiler warnings. Compiled code verified identical after changes. 2005-09-06 21:25:35 +00:00
dsputil_mmx.c sse2 16x16 sum squared diff (306=>268 cycles on a K8) 2005-09-30 02:31:47 +00:00
fdct_mmx.c
fft_sse.c
h264dsp_mmx.c
idct_mmx_xvid.c remove unused table entries 2005-09-10 19:03:37 +00:00
idct_mmx.c
mmx.h
motion_est_mmx.c
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 ... 2005-09-21 21:17:09 +00:00
mpegvideo_mmx.c
simple_idct_mmx.c
vp3dsp_mmx.c
vp3dsp_sse2.c