Home
last modified time | relevance | path

Searched refs:RC_BIT_MODEL_TOTAL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/xz/
H A Dxz_lzma2.h19 #define RC_BIT_MODEL_TOTAL (1 << RC_BIT_MODEL_TOTAL_BITS) macro
H A Dxz_dec_lzma2.c523 *prob += (RC_BIT_MODEL_TOTAL - *prob) >> RC_MOVE_BITS; in rc_bit()
806 probs[i] = RC_BIT_MODEL_TOTAL / 2; in lzma_reset()
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_lzma2.h19 #define RC_BIT_MODEL_TOTAL (1 << RC_BIT_MODEL_TOTAL_BITS) macro
H A Dxz_dec_lzma2.c538 *prob += (RC_BIT_MODEL_TOTAL - *prob) >> RC_MOVE_BITS; in rc_bit()
822 probs[i] = RC_BIT_MODEL_TOTAL / 2; in lzma_reset()

Completed in 5 milliseconds