]> git.sesse.net Git - ffmpeg/commit
shift CABACContext.range right, this reduces the number of shifts needed in get_cabac...
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 15 Oct 2006 20:40:50 +0000 (20:40 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 15 Oct 2006 20:40:50 +0000 (20:40 +0000)
commitf24a51593145dd471ce5bdbb0694caae1fbead61
tree343d83680f1b0a2760cdfcb21dc16c9233d46574
parentaa770811a3dd07f0a6adc65d4d9cfbe9fad812ee
shift CABACContext.range right, this reduces the number of shifts needed in get_cabac() and is slightly faster on P3 (and should be much faster on P4 as the P4 except the more recent variants lacks an integer shifter and so  shifts have ~10 times longer latency then simple operations like adds)

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