Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8.c194 size_t last_part; in ParsePartitions() local
198 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()
Didec.c121 const int last_part = dec->num_parts_ - 1; in DoRemap() local
124 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()
/external/openssh/
Dpkcs11.h855 unsigned char *last_part,