Home
last modified time | relevance | path

Searched refs:restarts_to_go (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/
Djcarith.c43 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
379 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_first()
381 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
385 entropy->restarts_to_go--; in encode_mcu_DC_first()
469 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_first()
471 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
475 entropy->restarts_to_go--; in encode_mcu_AC_first()
566 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_refine()
568 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_refine()
572 entropy->restarts_to_go--; in encode_mcu_DC_refine()
[all …]
Djcphuff.c107 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
287 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff()
490 if (entropy->restarts_to_go == 0) in encode_mcu_DC_first()
543 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_first()
544 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
548 entropy->restarts_to_go--; in encode_mcu_DC_first()
671 if (entropy->restarts_to_go == 0) in encode_mcu_AC_first()
726 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_first()
727 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
731 entropy->restarts_to_go--; in encode_mcu_AC_first()
[all …]
Djdarith.c44 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
229 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
260 if (entropy->restarts_to_go == 0) in decode_mcu_DC_first()
262 entropy->restarts_to_go--; in decode_mcu_DC_first()
339 if (entropy->restarts_to_go == 0) in decode_mcu_AC_first()
341 entropy->restarts_to_go--; in decode_mcu_AC_first()
411 if (entropy->restarts_to_go == 0) in decode_mcu_DC_refine()
413 entropy->restarts_to_go--; in decode_mcu_DC_refine()
447 if (entropy->restarts_to_go == 0) in decode_mcu_AC_refine()
449 entropy->restarts_to_go--; in decode_mcu_AC_refine()
[all …]
Djdphuff.c73 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
200 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff_decoder()
263 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
314 if (entropy->restarts_to_go == 0) in decode_mcu_DC_first()
363 entropy->restarts_to_go--; in decode_mcu_DC_first()
388 if (entropy->restarts_to_go == 0) in decode_mcu_AC_first()
447 entropy->restarts_to_go--; in decode_mcu_AC_first()
470 if (entropy->restarts_to_go == 0) in decode_mcu_DC_refine()
498 entropy->restarts_to_go--; in decode_mcu_DC_refine()
526 if (entropy->restarts_to_go == 0) in decode_mcu_AC_refine()
[all …]
Djchuff.c100 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
208 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff()
658 if (entropy->restarts_to_go == 0) in encode_mcu_huff()
697 if (entropy->restarts_to_go == 0) { in encode_mcu_huff()
698 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_huff()
702 entropy->restarts_to_go--; in encode_mcu_huff()
834 if (entropy->restarts_to_go == 0) { in encode_mcu_gather()
839 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_gather()
841 entropy->restarts_to_go--; in encode_mcu_gather()
Djdhuff.c70 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
146 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff_decoder()
546 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
769 if (entropy->restarts_to_go == 0) in decode_mcu()
794 entropy->restarts_to_go--; in decode_mcu()