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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/src/liblzma/rangecoder/
H A Drange_common.h30 #define RC_BIT_MODEL_TOTAL (UINT32_C(1) << RC_BIT_MODEL_TOTAL_BITS) macro
40 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.h116 prob += (RC_BIT_MODEL_TOTAL - (prob)) >> RC_MOVE_BITS; \
H A Drange_encoder.h170 prob += (RC_BIT_MODEL_TOTAL - prob) >> RC_MOVE_BITS;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/libunarchive/unxz/
H A Dxz_lzma2.h19 #define RC_BIT_MODEL_TOTAL (1 << RC_BIT_MODEL_TOTAL_BITS) macro
H A Dxz_dec_lzma2.c509 *prob += (RC_BIT_MODEL_TOTAL - *prob) >> RC_MOVE_BITS;
792 probs[i] = RC_BIT_MODEL_TOTAL / 2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.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.c506 *prob += (RC_BIT_MODEL_TOTAL - *prob) >> RC_MOVE_BITS;
789 probs[i] = RC_BIT_MODEL_TOTAL / 2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/libunarchive/unxz/
H A Dxz_lzma2.h19 #define RC_BIT_MODEL_TOTAL (1 << RC_BIT_MODEL_TOTAL_BITS) macro
H A Dxz_dec_lzma2.c509 *prob += (RC_BIT_MODEL_TOTAL - *prob) >> RC_MOVE_BITS;
792 probs[i] = RC_BIT_MODEL_TOTAL / 2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/libunarchive/unxz/
H A Dxz_lzma2.h19 #define RC_BIT_MODEL_TOTAL (1 << RC_BIT_MODEL_TOTAL_BITS) macro
H A Dxz_dec_lzma2.c509 *prob += (RC_BIT_MODEL_TOTAL - *prob) >> RC_MOVE_BITS;
792 probs[i] = RC_BIT_MODEL_TOTAL / 2;

Completed in 96 milliseconds