OSDN Git Service

H.264/SVQ3: make chroma DC work the same way as luma DC
authorJason Garrett-Glaser <darkshikari@gmail.com>
Sat, 15 Jan 2011 01:10:46 +0000 (01:10 +0000)
committerJason Garrett-Glaser <darkshikari@gmail.com>
Sat, 15 Jan 2011 01:10:46 +0000 (01:10 +0000)
commit2a1f431d38ea9c05abb215d70c7dc09cdb6888ab
treec6e5f1d0b7a3fd2eee950dbb915ef27625644232
parent290fabc684244b86d47527008020b0b2eb62f836
H.264/SVQ3: make chroma DC work the same way as luma DC
No speed improvement, but necessary for some future stuff.
Also opens up the possibility of asm chroma dc idct/dequant.

Originally committed as revision 26349 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/dsputil.h
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264_cabac.c
libavcodec/h264_cavlc.c
libavcodec/h264data.h
libavcodec/h264dsp.c
libavcodec/h264dsp.h
libavcodec/h264idct.c
libavcodec/svq3.c