Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/utils/
Dentropy_decoder.cc586 window_diff_ = HostToBigEndian(value) ^ -1; in DaalaBitReader()
600 window_diff_ = 0; in DaalaBitReader()
613 const auto symbol_value = static_cast<uint16_t>(window_diff_ >> bits_); in ReadBit()
617 window_diff_ -= static_cast<WindowSize>(curr) << bits_; in ReadBit()
731 const auto symbol_value = static_cast<uint16_t>(window_diff_ >> bits_); in ReadSymbolImpl()
742 window_diff_ -= static_cast<WindowSize>(curr) << bits_; in ReadSymbolImpl()
752 const auto symbol_value = static_cast<uint16_t>(window_diff_ >> bits_); in ReadSymbolImplBinarySearch()
785 window_diff_ -= static_cast<WindowSize>(curr) << bits_; in ReadSymbolImplBinarySearch()
791 const auto symbol_value = static_cast<uint16_t>(window_diff_ >> bits_); in ReadSymbolImpl()
800 window_diff_ -= static_cast<WindowSize>(curr) << bits_; in ReadSymbolImpl()
[all …]
Dentropy_decoder.h104 WindowSize window_diff_; variable