Home
last modified time | relevance | path

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

/linux/lib/xz/
A Dxz_lzma2.h20 #define RC_MOVE_BITS 5 macro
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()
/linux/lib/
A Ddecompress_unlzma.c81 #define RC_MOVE_BITS 5 macro
164 *p += ((1 << RC_MODEL_TOTAL_BITS) - *p) >> RC_MOVE_BITS; in rc_update_bit_0()
170 *p -= *p >> RC_MOVE_BITS; in rc_update_bit_1()

Completed in 10 milliseconds