Searched refs:buf_end_ (Results 1 – 8 of 8) sorted by relevance
27 br->buf_end_ = start + size; in VP8BitReaderSetBuffer()49 br->buf_end_ += offset; in VP8RemapBitReader()89 if (br->buf_ < br->buf_end_) { in VP8LoadFinalBytes()
78 const uint8_t* buf_end_; // end of read buffer member
28 if (br->buf_ < br->buf_end_) { in VP8LoadFinalBytes()41 if (br->buf_ + sizeof(uint32_t) <= br->buf_end_) { in VP8LoadNewBytes()65 br->buf_end_ = end; in VP8InitBitReader()
36 const uint8_t* buf_end_; // End of read buffer. member
124 const uint8_t* buf_end_; // end of read buffer member155 if (br->buf_ + sizeof(lbit_t) <= br->buf_end_) { in VP8LoadNewBytes()
36 br->buf_end_ = end; in VP8InitBitReader()79 if (br->buf_ < br->buf_end_) { in VP8LoadFinalBytes()
94 br->buf_end_ += offset; in RemapBitReader()143 dec->parts_[last_part].buf_end_ = mem->buf_ + mem->end_; in DoRemap()360 const size_t psize = br->buf_end_ - br->buf_; in CopyParts0Data()375 br->buf_end_ = part0_buf + psize; in CopyParts0Data()
365 const size_t part_size = br->buf_end_ - br->buf_; in CopyParts0Data()