shift CABACContext.range right, this reduces the number of shifts needed in...
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) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6702 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
Showing
This diff is collapsed.
Please register or sign in to comment