Lines Matching refs:range
1252 uint32_t range;
1350 * when the distance is in the range [4, 127].
1580 /* Reset the range decoder. */
1583 rc->range = (uint32_t)-1;
1611 * Return true if it is possible (from point of view of range decoder) that
1622 if (rc->range < RC_TOP_VALUE) {
1623 rc->range <<= RC_SHIFT_BITS;
1645 bound = (rc->range >> RC_BIT_MODEL_TOTAL_BITS) * *prob;
1647 rc->range = bound;
1651 rc->range -= bound;
1701 rc->range >>= 1;
1702 rc->code -= rc->range;
1704 rc->code += rc->range & mask;
1897 * Having the range decoder always normalized when we are outside
1906 * Reset the LZMA decoder and range decoder state. Dictionary is nore reset