OSDN Git Service

Only calculate the second chroma qp if it differs from the firstin the main
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 20 Jan 2010 01:49:24 +0000 (01:49 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 20 Jan 2010 01:49:24 +0000 (01:49 +0000)
commit085d9d98e8afbab9cb78d98128c58e0ca54d98db
treeca5f3b2d82dea00d7f27734212f8c89d52da8604
parent948180e7b1dbfc201efb48097fc12930fd0a1e1c
Only calculate the second chroma qp if it differs from the firstin the main
loop filter. (a little faster for the common case where they are equal)

Originally committed as revision 21342 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264_loopfilter.c