copy cabac context onto the stack for the c code in decode_cabac_residual() (15%...
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 17 Oct 2006 23:59:21 +0000 (23:59 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 17 Oct 2006 23:59:21 +0000 (23:59 +0000)
commit30865e2aa1f643486e5df4ab0689fb5261c3eba1
tree4d8a5554aee1dd40b86e4ffa4d0c30880c98c76c
parenteb73bf723d7657bd5bbaaeb63dd9b77f21048a87
copy cabac context onto the stack for the c code in decode_cabac_residual() (15% faster on P3 but still slower then the current asm)

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