Home
last modified time | relevance | path

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

/external/libwebm/webm_parser/src/
Dvar_int_parser.cc47 total_data_bytes_ = CountLeadingZeros(first_byte); in Feed()
48 num_bytes_remaining_ = total_data_bytes_; in Feed()
65 const std::uint64_t data_bits = all_bits >> (57 - 7 * total_data_bytes_); in Feed()
Dvar_int_parser.h45 return total_data_bytes_ + 1; in encoded_length()
50 int total_data_bytes_; variable