Searched refs:values_in_range_shifted (Results 1 – 1 of 1) sorted by relevance
60 uint32_t ScaleCdf(uint32_t values_in_range_shifted, const uint16_t* const cdf, in ScaleCdf() argument62 return ((values_in_range_shifted * (cdf[index] >> kCdfPrecision)) >> 1) + in ScaleCdf()696 const uint32_t values_in_range_shifted = values_in_range_ >> 8; in ReadSymbolImplBinarySearch() local700 ScaleCdf(values_in_range_shifted, cdf, mid, symbol_count); in ReadSymbolImplBinarySearch()742 const uint32_t values_in_range_shifted = values_in_range_ >> 8; in ReadSymbol4() local768 ((values_in_range_shifted * (cdf[symbol] >> kCdfPrecision)) >> 1) + delta; in ReadSymbol4()805 ((values_in_range_shifted * (cdf[symbol] >> kCdfPrecision)) >> 1) + delta; in ReadSymbol4()824 ((values_in_range_shifted * (cdf[symbol] >> kCdfPrecision)) >> 1) + delta; in ReadSymbol4()