Searched refs:last_part (Results 1 – 4 of 4) sorted by relevance
193 int last_part; in ParsePartitions() local197 last_part = dec->num_parts_ - 1; in ParsePartitions()198 part_start = buf + last_part * 3; in ParsePartitions()203 for (p = 0; p < last_part; ++p) { in ParsePartitions()211 VP8InitBitReader(dec->parts_ + last_part, part_start, buf_end); in ParsePartitions()
111 const int last_part = dec->num_parts_ - 1; in DoRemap() local114 for (p = 0; p <= last_part; ++p) { in DoRemap()123 assert(last_part >= 0); in DoRemap()124 dec->parts_[last_part].buf_end_ = mem->buf_ + mem->end_; in DoRemap()
467 last_part = parts[-1]468 if not last_part:
855 unsigned char *last_part,