Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8_dec.c205 size_t last_part; in ParsePartitions() local
209 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()
A Didec_dec.c123 const uint32_t last_part = dec->num_parts_minus_one_; in DoRemap() local
126 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()
/AliOS-Things-master/hardware/chip/rtl872xd/tools/autopatch/
A Dauto_patch.bat109 set "last_part=%%~P"
112 if "!last_part!" equ "" if "%~3" NEQ "" (
139 %$strlen% plen,last_part

Completed in 8 milliseconds