Factorize common code from the top of decode_cabac_mb_mvd()
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 24 Feb 2010 18:06:02 +0000 (18:06 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 24 Feb 2010 18:06:02 +0000 (18:06 +0000)
commit01b35be14afb1bd2d295620410c8a96337aba345
tree229ace832c41975ab7538803c848d96cbafc9cf2
parent6164842300184ac19496192d2dd2fa3e5c2eafa6
Factorize common code from the top of decode_cabac_mb_mvd()
10-15 cpu cycles faster.

Originally committed as revision 22029 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264_cabac.c