1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libavcodec/i386
Michael Niedermayer 1f3dbc09b1 add rounding bias before the horizontal idct (765->730 dezicyles on duron)
Originally committed as revision 4330 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-06-01 01:18:41 +00:00
..
cputest.c x86 cpu capabilities detection rewrite / cleanup 2004-12-13 16:11:38 +00:00
dsputil_h264_template_mmx.c MMX code for (put|avg)_h264_chroma_mc8 2005-05-25 08:05:41 +00:00
dsputil_mmx_avg.h read 32bit instead of 64bit to avoid overreading and missalignments 2005-04-17 13:30:45 +00:00
dsputil_mmx_rnd.h adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) 2004-10-11 02:19:29 +00:00
dsputil_mmx.c MMX for H.264 iDCT (adapted from x264) 2005-05-31 22:48:33 +00:00
fdct_mmx.c adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) 2004-10-11 02:19:29 +00:00
fft_sse.c fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>) 2004-03-13 21:43:24 +00:00
idct_mmx.c add rounding bias before the horizontal idct (765->730 dezicyles on duron) 2005-06-01 01:18:41 +00:00
mmx.h adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) 2004-10-11 02:19:29 +00:00
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>) 2004-10-11 02:19:29 +00:00
mpegvideo_mmx_template.c H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) 2004-10-28 10:12:57 +00:00
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>) 2004-10-11 02:19:29 +00:00
simple_idct_mmx.c some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 2004-05-18 17:09:46 +00:00
vp3dsp_mmx.c porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API 2005-05-17 18:28:40 +00:00
vp3dsp_sse2.c porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API 2005-05-17 18:28:40 +00:00