Home
last modified time | relevance | path

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

/external/libwebm/webm_parser/src/
Dblock_parser.cc162 xiph_lace_size_ += byte; in Feed()
165 lace_sizes_.push_back(xiph_lace_size_); in Feed()
166 xiph_lace_size_ = 0; in Feed()
Dblock_parser.h83 std::uint64_t xiph_lace_size_ = 0; variable