HomeSort by relevance Sort by last modified time
    Searched defs:last_part (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dec/
idec.c 121 const int last_part = dec->num_parts_ - 1; local
124 for (p = 0; p <= last_part; ++p) {
133 assert(last_part >= 0);
134 dec->parts_[last_part].buf_end_ = mem->buf_ + mem->end_;
vp8.c 196 int last_part; local
200 last_part = dec->num_parts_ - 1;
201 part_start = buf + last_part * 3;
206 for (p = 0; p < last_part; ++p) {
214 VP8InitBitReader(dec->parts_ + last_part, part_start, buf_end);

Completed in 123 milliseconds