Home
last modified time | relevance | path

Searched refs:RC_MOVE_BITS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h20 #define RC_MOVE_BITS 5 macro
H A Dxz_dec_lzma2.c538 *prob += (RC_BIT_MODEL_TOTAL - *prob) >> RC_MOVE_BITS; in rc_bit()
543 *prob -= *prob >> RC_MOVE_BITS; in rc_bit()