]> git.sesse.net Git - ffmpeg/commit
write cabac low and range variables as early as possible to prevent stalls from readi...
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 11 Oct 2006 16:11:41 +0000 (16:11 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 11 Oct 2006 16:11:41 +0000 (16:11 +0000)
commitb99f3cabeddf98264fd73fd6757255220651ce62
treed92845f057b363fda60cb80164f7c82ede014047
parentd17faef011c99e92a88f70d22eb2bbc9d4aa1f2c
write cabac low and range variables as early as possible to prevent stalls from reading them before they where written, the P4 is said to disslike that alot, on P3 its 2% faster (START/STOP_TIMER over decode_residual)

Originally committed as revision 6657 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/cabac.h