Home
last modified time | relevance | path

Searched refs:is_last_of_still (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Ddecode.cc478 bool is_last_of_still; member
590 dec->is_last_of_still = false; in JxlDecoderReset()
1136 dec->is_last_of_still = in JxlDecoderProcessInternal()
1141 if (dec->is_last_of_still) dec->external_frames++; in JxlDecoderProcessInternal()
1148 if (dec->is_last_of_still) { in JxlDecoderProcessInternal()
1193 if ((dec->events_wanted & JXL_DEC_FRAME) && dec->is_last_of_still) { in JxlDecoderProcessInternal()
1255 dec->is_last_of_still) { in JxlDecoderProcessInternal()
1348 if (dec->is_last_of_still) { in JxlDecoderProcessInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddecode.cc392 bool is_last_of_still; member
492 dec->is_last_of_still = false; in JxlDecoderReset()
986 dec->is_last_of_still = in JxlDecoderProcessInternal()
991 if ((dec->events_wanted & JXL_DEC_FRAME) && dec->is_last_of_still) { in JxlDecoderProcessInternal()
1065 dec->is_last_of_still) { in JxlDecoderProcessInternal()
1108 bool get_dc = dec->is_last_of_still && in JxlDecoderProcessInternal()
1192 if (dec->is_last_of_still) { in JxlDecoderProcessInternal()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddecode.cc392 bool is_last_of_still; member
492 dec->is_last_of_still = false; in JxlDecoderReset()
986 dec->is_last_of_still = in JxlDecoderProcessInternal()
991 if ((dec->events_wanted & JXL_DEC_FRAME) && dec->is_last_of_still) { in JxlDecoderProcessInternal()
1065 dec->is_last_of_still) { in JxlDecoderProcessInternal()
1108 bool get_dc = dec->is_last_of_still && in JxlDecoderProcessInternal()
1192 if (dec->is_last_of_still) { in JxlDecoderProcessInternal()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Ddecode.cc505 bool is_last_of_still; member
698 dec->is_last_of_still = false; in JxlDecoderRewindDecodingState()
1299 dec->is_last_of_still = in JxlDecoderProcessCodestream()
1302 dec->is_last_of_still |= in JxlDecoderProcessCodestream()
1308 if (dec->is_last_of_still) dec->external_frames++; in JxlDecoderProcessCodestream()
1315 if (dec->is_last_of_still) { in JxlDecoderProcessCodestream()
1360 if ((dec->events_wanted & JXL_DEC_FRAME) && dec->is_last_of_still) { in JxlDecoderProcessCodestream()
1429 dec->is_last_of_still) { in JxlDecoderProcessCodestream()
1539 if (dec->is_last_of_still) { in JxlDecoderProcessCodestream()