OSDN Git Service

Use the new idct functions (except chroma as it was slower in benchmarks)
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 18 Dec 2008 02:53:18 +0000 (02:53 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 18 Dec 2008 02:53:18 +0000 (02:53 +0000)
commit2fd1f0e0262da82d05517c8c104dcd9a2007fa0d
tree201833a5a6ea6686f9dddd019b372b47c250d0c1
parentac22385931f847cdabde4df8b0f6450d0ad14de1
Use the new idct functions (except chroma as it was slower in benchmarks)
cathedral +0.5% speed
aladin +0.6% speed [note aladin has been cat-ed 10 times to reduce the influence
of init time]
Speedup also verified via START/STOP_TIMER (difference was very significant
for the changed parts)

Originally committed as revision 16207 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c