Lines Matching refs:Vp8BoolDecoder
54 static_cast<int>(sizeof(Vp8BoolDecoder::value_) * CHAR_BIT)
83 Vp8BoolDecoder::Vp8BoolDecoder() in Vp8BoolDecoder() function in media::Vp8BoolDecoder
91 bool Vp8BoolDecoder::Initialize(const uint8_t* data, size_t size) { in Initialize()
103 void Vp8BoolDecoder::FillDecoder() { in FillDecoder()
126 int Vp8BoolDecoder::ReadBit(int probability) { in ReadBit()
151 bool Vp8BoolDecoder::ReadLiteral(size_t num_bits, int* out) { in ReadLiteral()
159 bool Vp8BoolDecoder::ReadBool(bool* out, uint8_t probability) { in ReadBool()
164 bool Vp8BoolDecoder::ReadBool(bool* out) { in ReadBool()
168 bool Vp8BoolDecoder::ReadLiteralWithSign(size_t num_bits, int* out) { in ReadLiteralWithSign()
176 size_t Vp8BoolDecoder::BitOffset() { in BitOffset()
184 uint8_t Vp8BoolDecoder::GetRange() { in GetRange()
188 uint8_t Vp8BoolDecoder::GetBottom() { in GetBottom()
194 inline bool Vp8BoolDecoder::OutOfBuffer() { in OutOfBuffer()