Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/xz/
A Dlzma2.h20 #define RC_MOVE_BITS 5 macro
A Ddec_lzma2.c506 *prob += (RC_BIT_MODEL_TOTAL - *prob) >> RC_MOVE_BITS; in rc_bit()
511 *prob -= *prob >> RC_MOVE_BITS; in rc_bit()
/xen-4.10.0-shim-comet/xen/common/
A Dunlzma.c76 #define RC_MOVE_BITS 5 macro
159 *p += ((1 << RC_MODEL_TOTAL_BITS) - *p) >> RC_MOVE_BITS; in rc_update_bit_0()
165 *p -= *p >> RC_MOVE_BITS; in rc_update_bit_1()

Completed in 6 milliseconds