Home
last modified time | relevance | path

Searched refs:last_part (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dec/
Didec.c91 const int last_part = dec->num_parts_ - 1; in AppendToMemBuffer() local
107 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() local
148 for (p = 0; p <= last_part; ++p) { in RemapMemBuffer()
154 dec->parts_[last_part].buf_end_ = data + data_size; in RemapMemBuffer()
Dvp8.c184 int last_part; in ParsePartitions() local
188 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()
/external/openssh/
Dpkcs11.h855 unsigned char *last_part,