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

  /external/webp/src/dec/
bits.c 28 br->buf_end_ = end;
bits.h 27 const uint8_t* buf_end_; // end of read buffer member in struct:__anon13734
54 if (br->buf_ < br->buf_end_) {
idec.c 110 REMAP(dec->parts_[p].buf_end_, base, new_buf);
126 dec->parts_[last_part].buf_end_ = mem->buf_ + mem->end_;
151 REMAP(dec->parts_[p].buf_end_, base, data);
154 dec->parts_[last_part].buf_end_ = data + data_size;
159 REMAP(dec->br_.buf_end_, base, data);
277 const size_t psize = br->buf_end_ - br->buf_;
292 br->buf_end_ = part0_buf + psize;

Completed in 573 milliseconds