Searched refs:last_part (Results 1 – 3 of 3) sorted by relevance
194 size_t last_part; in ParsePartitions() local198 last_part = dec->num_parts_ - 1; in ParsePartitions()199 if (size < 3 * last_part) { in ParsePartitions()203 part_start = buf + last_part * 3; in ParsePartitions()204 size_left -= last_part * 3; in ParsePartitions()205 for (p = 0; p < last_part; ++p) { in ParsePartitions()213 VP8InitBitReader(dec->parts_ + last_part, part_start, size_left); in ParsePartitions()
121 const int last_part = dec->num_parts_ - 1; in DoRemap() local124 for (p = 0; p <= last_part; ++p) { in DoRemap()134 const uint8_t* const last_start = dec->parts_[last_part].buf_; in DoRemap()135 assert(last_part >= 0); in DoRemap()136 VP8BitReaderSetBuffer(&dec->parts_[last_part], last_start, in DoRemap()
855 unsigned char *last_part,