ffmpeg/libavcodec/x86
David Conrad c21c835b8d avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing
pixels, not (dst+pix)>>1.
This makes the mmx functions bitexact with the C functions.

Originally committed as revision 18527 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-15 19:10:16 +00:00
..
cavsdsp_mmx.c
cpuid.c
dnxhd_mmx.c
dsputil_h264_template_mmx.c
dsputil_h264_template_ssse3.c
dsputil_mmx.c avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing 2009-04-15 19:10:16 +00:00
dsputil_mmx.h
dsputil_mmx_avg_template.c
dsputil_mmx_qns_template.c
dsputil_mmx_rnd_template.c avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing 2009-04-15 19:10:16 +00:00
dsputil_yasm.asm
dsputilenc_mmx.c
fdct_mmx.c
fft_3dn.c
fft_3dn2.c
fft_mmx.asm
fft_sse.c
flacdsp_mmx.c
h264_deblock_sse2.asm
h264_i386.h
h264_idct_sse2.asm
h264dsp_mmx.c VC1: add and use avg_no_rnd chroma MC functions 2009-04-14 23:56:10 +00:00
idct_mmx.c
idct_mmx_xvid.c
idct_sse2_xvid.c
idct_xvid.h
mathops.h
mmx.h
motion_est_mmx.c
mpegvideo_mmx.c
mpegvideo_mmx_template.c
rv40dsp_mmx.c
simple_idct_mmx.c
snowdsp_mmx.c
vc1dsp_mmx.c VC1: extend MMX qpel MC to include MMX2 avg qpel 2009-04-15 02:25:42 +00:00
vp3dsp_mmx.c
vp3dsp_mmx.h
vp3dsp_sse2.c
vp3dsp_sse2.h
vp6dsp_mmx.c
vp6dsp_mmx.h
vp6dsp_sse2.c
vp6dsp_sse2.h
x86inc.asm
x86util.asm