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

/external/lzma/xz-embedded/
H A Dxz_lzma2.h20 #define RC_MOVE_BITS 5 macro
H A Dxz_dec_lzma2.c506 *prob += (RC_BIT_MODEL_TOTAL - *prob) >> RC_MOVE_BITS;
511 *prob -= *prob >> RC_MOVE_BITS;

Completed in 1181 milliseconds