FFmpeg/libavcodec/i386
Michael Niedermayer ad324c9351 dct cleanup
more accurate mmx dct (dont discard bits for fun)
fixing mmx quantizer bug for qscale%2==1 (bias was slightly wrong)

Originally committed as revision 895 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-01 16:52:33 +00:00
..
cputest.c license/copyright change 2002-05-25 22:45:33 +00:00
dsputil_mmx_avg.h * removed MANGLE from macros for setting constants 2002-05-30 15:14:56 +00:00
dsputil_mmx_rnd.h dont trash mm0, its still used in the next iteration of the loop (fixes strange horizontal lines on some blocks in b frames on mmx only cpus) 2002-08-20 19:23:06 +00:00
dsputil_mmx.c be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) 2002-09-01 07:26:43 +00:00
fdct_mmx.c dct cleanup 2002-09-01 16:52:33 +00:00
idct_mmx.c * undefine local defines when they are no longer needed 2002-05-27 08:37:13 +00:00
mmx.h * avoids double inclusion of this header 2002-05-27 08:31:54 +00:00
motion_est_mmx.c license/copyright change 2002-05-25 22:45:33 +00:00
mpegvideo_mmx_template.c dct cleanup 2002-09-01 16:52:33 +00:00
mpegvideo_mmx.c slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG) 2002-08-29 23:55:32 +00:00
simple_idct_mmx.c license/copyright change 2002-05-25 22:45:33 +00:00