HomeSort by relevance Sort by last modified time
    Searched refs:Vp8BoolDecoder (Results 1 - 3 of 3) sorted by null

  /external/v4l2_codec2/vda/
vp8_bool_decoder.cc 54 static_cast<int>(sizeof(Vp8BoolDecoder::value_) * CHAR_BIT)
83 Vp8BoolDecoder::Vp8BoolDecoder()
91 bool Vp8BoolDecoder::Initialize(const uint8_t* data, size_t size) {
103 void Vp8BoolDecoder::FillDecoder() {
126 int Vp8BoolDecoder::ReadBit(int probability) {
151 bool Vp8BoolDecoder::ReadLiteral(size_t num_bits, int* out) {
159 bool Vp8BoolDecoder::ReadBool(bool* out, uint8_t probability) {
164 bool Vp8BoolDecoder::ReadBool(bool* out) {
168 bool Vp8BoolDecoder::ReadLiteralWithSign(size_t num_bits, int* out)
    [all...]
vp8_bool_decoder.h 58 class Vp8BoolDecoder {
60 Vp8BoolDecoder();
130 DISALLOW_COPY_AND_ASSIGN(Vp8BoolDecoder);
vp8_parser.h 192 Vp8BoolDecoder bd_;

Completed in 58 milliseconds