OSDN Git Service

H.264 idct functions that include the chroma, inter luma and intra16 luma loops
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 18 Dec 2008 02:36:48 +0000 (02:36 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 18 Dec 2008 02:36:48 +0000 (02:36 +0000)
commitac22385931f847cdabde4df8b0f6450d0ad14de1
treee28a9f68de28ad4acf6f9916769758878a6542c2
parent1d217cdb3f4704cd533d7a80a9a30be473ee65b6
H.264 idct functions that include the chroma, inter luma and intra16 luma loops
thus avoiding the calling overhead.
New functions are not yet used.

Originally committed as revision 16206 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/h264idct.c
libavcodec/i386/dsputil_mmx.c
libavcodec/i386/h264dsp_mmx.c