Searched refs:RC_MOVE_BITS (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/xz/src/liblzma/rangecoder/
H A Drange_common.h31 #define RC_MOVE_BITS 5 macro
H A Drange_decoder.h116 prob += (RC_BIT_MODEL_TOTAL - (prob)) >> RC_MOVE_BITS; \
126 prob -= (prob) >> RC_MOVE_BITS; \
H A Drange_encoder.h170 prob += (RC_BIT_MODEL_TOTAL - prob) >> RC_MOVE_BITS;
181 prob -= prob >> RC_MOVE_BITS;
/freebsd-10.0-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h20 #define RC_MOVE_BITS 5 macro
H A Dxz_dec_lzma2.c506 *prob += (RC_BIT_MODEL_TOTAL - *prob) >> RC_MOVE_BITS;
511 *prob -= *prob >> RC_MOVE_BITS;

Completed in 179 milliseconds