Searched refs:last_part (Results 1 – 3 of 3) sorted by relevance
91 const int last_part = dec->num_parts_ - 1; in AppendToMemBuffer() local107 for (p = 0; p <= last_part; ++p) { in AppendToMemBuffer()126 dec->parts_[last_part].buf_end_ = mem->buf_ + mem->end_; in AppendToMemBuffer()140 const int last_part = dec->num_parts_ - 1; in RemapMemBuffer() local148 for (p = 0; p <= last_part; ++p) { in RemapMemBuffer()154 dec->parts_[last_part].buf_end_ = data + data_size; in RemapMemBuffer()
184 int last_part; in ParsePartitions() local188 last_part = dec->num_parts_ - 1; in ParsePartitions()189 part_start = buf + last_part * 3; in ParsePartitions()194 for (p = 0; p < last_part; ++p) { in ParsePartitions()202 VP8InitBitReader(dec->parts_ + last_part, part_start, buf_end); in ParsePartitions()
855 unsigned char *last_part,