Searched refs:last_part (Results 1 – 3 of 3) sorted by relevance
205 size_t last_part; in ParsePartitions() local209 last_part = dec->num_parts_minus_one_; in ParsePartitions()210 if (size < 3 * last_part) { in ParsePartitions()214 part_start = buf + last_part * 3; in ParsePartitions()215 size_left -= last_part * 3; in ParsePartitions()216 for (p = 0; p < last_part; ++p) { in ParsePartitions()224 VP8InitBitReader(dec->parts_ + last_part, part_start, size_left); in ParsePartitions()
123 const uint32_t last_part = dec->num_parts_minus_one_; in DoRemap() local126 for (p = 0; p <= last_part; ++p) { in DoRemap()136 const uint8_t* const last_start = dec->parts_[last_part].buf_; in DoRemap()137 VP8BitReaderSetBuffer(&dec->parts_[last_part], last_start, in DoRemap()
109 set "last_part=%%~P" 112 if "!last_part!" equ "" if "%~3" NEQ "" (139 %$strlen% plen,last_part
Completed in 8 milliseconds