Lines Matching defs:range
96 uint32_t range;
194 * when the distance is in the range [4, 127].
454 /* Reset the range decoder. */
457 rc->range = (uint32_t)-1;
486 * Return true if it is possible (from point of view of range decoder) that
497 if (rc->range < RC_TOP_VALUE) {
498 rc->range <<= RC_SHIFT_BITS;
520 bound = (rc->range >> RC_BIT_MODEL_TOTAL_BITS) * *prob;
522 rc->range = bound;
526 rc->range -= bound;
576 rc->range >>= 1;
577 rc->code -= rc->range;
579 rc->code += rc->range & mask;
772 * Having the range decoder always normalized when we are outside
781 * Reset the LZMA decoder and range decoder state. Dictionary is nore reset