Home
last modified time | relevance | path

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

/external/jpeg/
Djcphuff.c49 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
187 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff()
393 if (entropy->restarts_to_go == 0) in encode_mcu_DC_first()
446 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_first()
447 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
451 entropy->restarts_to_go--; in encode_mcu_DC_first()
479 if (entropy->restarts_to_go == 0) in encode_mcu_AC_first()
552 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_first()
553 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
557 entropy->restarts_to_go--; in encode_mcu_AC_first()
[all …]
Djdphuff.c66 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
191 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff_decoder()
248 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
299 if (entropy->restarts_to_go == 0) in decode_mcu_DC_first()
344 entropy->restarts_to_go--; in decode_mcu_DC_first()
369 if (entropy->restarts_to_go == 0) in decode_mcu_AC_first()
428 entropy->restarts_to_go--; in decode_mcu_AC_first()
451 if (entropy->restarts_to_go == 0) in decode_mcu_DC_refine()
479 entropy->restarts_to_go--; in decode_mcu_DC_refine()
507 if (entropy->restarts_to_go == 0) in decode_mcu_AC_refine()
[all …]
Djdhuff.c64 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
138 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff_decoder()
488 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
530 if (entropy->restarts_to_go == 0) in jpeg_get_huffman_decoder_configuration()
536 offset->restarts_to_go = (unsigned short) entropy->restarts_to_go; in jpeg_get_huffman_decoder_configuration()
573 entropy->restarts_to_go = offset.restarts_to_go; in jpeg_configure_huffman_decoder()
612 if (entropy->restarts_to_go == 0) in decode_mcu()
709 entropy->restarts_to_go--; in decode_mcu()
731 if (entropy->restarts_to_go == 0) in decode_mcu_discard_coef()
790 entropy->restarts_to_go--; in decode_mcu_discard_coef()
Djchuff.c61 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
166 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff()
491 if (entropy->restarts_to_go == 0) in encode_mcu_huff()
516 if (entropy->restarts_to_go == 0) { in encode_mcu_huff()
517 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_huff()
521 entropy->restarts_to_go--; in encode_mcu_huff()
653 if (entropy->restarts_to_go == 0) { in encode_mcu_gather()
658 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_gather()
660 entropy->restarts_to_go--; in encode_mcu_gather()
Djpeglib.h654 unsigned short restarts_to_go; member