Home
last modified time | relevance | path

Searched refs:values_in_range_shifted (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/utils/
Dentropy_decoder.cc60 uint32_t ScaleCdf(uint32_t values_in_range_shifted, const uint16_t* const cdf, in ScaleCdf() argument
62 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() local
700 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() local
768 ((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()