Searched refs:Vp8BoolDecoder (Results 1 – 3 of 3) sorted by relevance
54 static_cast<int>(sizeof(Vp8BoolDecoder::value_) * CHAR_BIT)83 Vp8BoolDecoder::Vp8BoolDecoder() in Vp8BoolDecoder() function in media::Vp8BoolDecoder91 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()[all …]
58 class Vp8BoolDecoder {60 Vp8BoolDecoder();130 DISALLOW_COPY_AND_ASSIGN(Vp8BoolDecoder);
192 Vp8BoolDecoder bd_;