Lines Matching refs:prob
1645 static inline int rc_bit(struct rc_dec *rc, uint16_t *prob)1651 bound = (rc->range >> RC_BIT_MODEL_TOTAL_BITS) * *prob;1654 *prob += (RC_BIT_MODEL_TOTAL - *prob) >> RC_MOVE_BITS;1659 *prob -= *prob >> RC_MOVE_BITS;