comparison bmp.c @ 4024:d550343b5dac libavcodec

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)
author michael
date Sun, 15 Oct 2006 20:40:50 +0000
parents c8c591fe26f8
children a90490a13ac4
comparison
equal deleted inserted replaced
4023:508f089d0b28 4024:d550343b5dac