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

/freebsd-11-stable/contrib/xz/src/liblzma/rangecoder/
H A Drange_common.h28 #define RC_BIT_MODEL_TOTAL (UINT32_C(1) << RC_BIT_MODEL_TOTAL_BITS) macro
38 prob = RC_BIT_MODEL_TOTAL >> 1
H A Dprice.h19 #define RC_PRICE_TABLE_SIZE (RC_BIT_MODEL_TOTAL >> RC_MOVE_REDUCING_BITS)
32 & (RC_BIT_MODEL_TOTAL - 1))) >> RC_MOVE_REDUCING_BITS];
46 return lzma_rc_prices[(prob ^ (RC_BIT_MODEL_TOTAL - 1))
H A Dprice_tablegen.c29 i < RC_BIT_MODEL_TOTAL;
H A Drange_decoder.h122 prob += (RC_BIT_MODEL_TOTAL - (prob)) >> RC_MOVE_BITS; \
H A Drange_encoder.h170 prob += (RC_BIT_MODEL_TOTAL - prob) >> RC_MOVE_BITS;
/freebsd-11-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h19 #define RC_BIT_MODEL_TOTAL (1 << RC_BIT_MODEL_TOTAL_BITS) macro
H A Dxz_dec_lzma2.c506 *prob += (RC_BIT_MODEL_TOTAL - *prob) >> RC_MOVE_BITS;
789 probs[i] = RC_BIT_MODEL_TOTAL / 2;

Completed in 92 milliseconds