Faster CAVLC decoding of trailing_ones. Based on a patch by dark shikari.
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 18 Dec 2008 16:11:19 +0000 (16:11 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 18 Dec 2008 16:11:19 +0000 (16:11 +0000)
commit04824298a9e2fec292cc2859c6a50a5d5a6d7752
treed50e341a6ac12e48a62477dd9545e1fd02d574bc
parent93445d16171a1bb9ddfdd207ae251a90b5b623c1
Faster CAVLC decoding of trailing_ones. Based on a patch by dark shikari.
decode_residual is about 3.3% faster.

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