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

  /external/v4l2_codec2/vda/
vp9_bool_decoder.h 20 class Vp9BoolDecoder {
22 Vp9BoolDecoder();
23 ~Vp9BoolDecoder();
68 DISALLOW_COPY_AND_ASSIGN(Vp9BoolDecoder);
vp9_bool_decoder.cc 39 Vp9BoolDecoder::Vp9BoolDecoder() = default;
41 Vp9BoolDecoder::~Vp9BoolDecoder() = default;
44 bool Vp9BoolDecoder::Initialize(const uint8_t* data, size_t size) {
68 bool Vp9BoolDecoder::Fill() {
74 DVLOG(1) << "Vp9BoolDecoder reads beyond the end of stream";
91 bool Vp9BoolDecoder::ReadBool(int prob) {
126 uint8_t Vp9BoolDecoder::ReadLiteral(int bits) {
137 bool Vp9BoolDecoder::ConsumePaddingBits()
    [all...]
vp9_compressed_header_parser.h 45 Vp9BoolDecoder reader_;

Completed in 64 milliseconds