OSDN Git Service

Merge decode_cabac_mb_type_b() into calling code.
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 15 Feb 2010 19:20:49 +0000 (19:20 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 15 Feb 2010 19:20:49 +0000 (19:20 +0000)
commitf4060611e922108387bd7878780758be19644b8d
treea7c35cf5b86d7b7d9ad60648f14653f7c50c0223
parent6713b6b12035745ec2848a8d3d69cb1e2edb0d6c
Merge decode_cabac_mb_type_b() into calling code.
This avoids a conditional branch and is about 3 cpu cyclues faster.

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