Searched refs:RC_MOVE_BITS (Results 1 – 3 of 3) sorted by relevance
19 #define RC_MOVE_BITS 5 macro
537 *prob += (RC_BIT_MODEL_TOTAL - *prob) >> RC_MOVE_BITS; in rc_bit()542 *prob -= *prob >> RC_MOVE_BITS; in rc_bit()
83 #define RC_MOVE_BITS 5 macro166 *p += ((1 << RC_MODEL_TOTAL_BITS) - *p) >> RC_MOVE_BITS; in rc_update_bit_0()172 *p -= *p >> RC_MOVE_BITS; in rc_update_bit_1()