Home
last modified time | relevance | path

Searched refs:restart_interval (Results 1 – 24 of 24) sorted by relevance

/external/jpeg/
Djcphuff.c187 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff()
392 if (cinfo->restart_interval) in encode_mcu_DC_first()
445 if (cinfo->restart_interval) { in encode_mcu_DC_first()
447 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
478 if (cinfo->restart_interval) in encode_mcu_AC_first()
551 if (cinfo->restart_interval) { in encode_mcu_AC_first()
553 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
583 if (cinfo->restart_interval) in encode_mcu_DC_refine()
600 if (cinfo->restart_interval) { in encode_mcu_DC_refine()
602 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_refine()
[all …]
Djdphuff.c191 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff_decoder()
248 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
298 if (cinfo->restart_interval) { in decode_mcu_DC_first()
368 if (cinfo->restart_interval) { in decode_mcu_AC_first()
450 if (cinfo->restart_interval) { in decode_mcu_DC_refine()
506 if (cinfo->restart_interval) { in decode_mcu_AC_refine()
661 if (cinfo->restart_interval) { in jpeg_get_huffman_decoder_configuration_progressive()
Djchuff.c166 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff()
490 if (cinfo->restart_interval) { in encode_mcu_huff()
515 if (cinfo->restart_interval) { in encode_mcu_huff()
517 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_huff()
652 if (cinfo->restart_interval) { in encode_mcu_gather()
658 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_gather()
Djdhuff.c138 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff_decoder()
488 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
528 if (cinfo->restart_interval) { in jpeg_get_huffman_decoder_configuration()
611 if (cinfo->restart_interval) { in decode_mcu()
730 if (cinfo->restart_interval) { in decode_mcu_discard_coef()
Djcmarker.c272 emit_2bytes(cinfo, (int) cinfo->restart_interval); in emit_dri()
588 if (cinfo->restart_interval != marker->last_restart_interval) { in write_scan_header()
590 marker->last_restart_interval = cinfo->restart_interval; in write_scan_header()
Djpeglib.h336 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member
553 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member
Djpegtran.c259 cinfo->restart_interval = (unsigned int) lval; in parse_switches()
Dcjpeg.c368 cinfo->restart_interval = (unsigned int) lval; in parse_switches()
Djcparam.c330 cinfo->restart_interval = 0; in jpeg_set_defaults()
Djdmarker.c214 cinfo->restart_interval = 0; in get_soi()
564 cinfo->restart_interval = tmp; in get_dri()
Djcmaster.c387 cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L); in per_scan_setup()
Dlibjpeg.doc908 unsigned int restart_interval
911 Set restart_interval to specify the exact interval in MCU blocks.
913 restart_in_rows is not 0, then restart_interval is set after the
/external/qemu/distrib/jpeg-6b/
Djcphuff.c187 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff()
392 if (cinfo->restart_interval) in encode_mcu_DC_first()
445 if (cinfo->restart_interval) { in encode_mcu_DC_first()
447 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
478 if (cinfo->restart_interval) in encode_mcu_AC_first()
551 if (cinfo->restart_interval) { in encode_mcu_AC_first()
553 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
583 if (cinfo->restart_interval) in encode_mcu_DC_refine()
600 if (cinfo->restart_interval) { in encode_mcu_DC_refine()
602 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_refine()
[all …]
Djdphuff.c195 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff_decoder()
252 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
302 if (cinfo->restart_interval) { in decode_mcu_DC_first()
372 if (cinfo->restart_interval) { in decode_mcu_AC_first()
454 if (cinfo->restart_interval) { in decode_mcu_DC_refine()
510 if (cinfo->restart_interval) { in decode_mcu_AC_refine()
665 if (cinfo->restart_interval) { in jpeg_get_huffman_decoder_configuration_progressive()
Djchuff.c166 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff()
490 if (cinfo->restart_interval) { in encode_mcu_huff()
515 if (cinfo->restart_interval) { in encode_mcu_huff()
517 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_huff()
652 if (cinfo->restart_interval) { in encode_mcu_gather()
658 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_gather()
Djdhuff.c138 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff_decoder()
488 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
528 if (cinfo->restart_interval) { in jpeg_get_huffman_decoder_configuration()
611 if (cinfo->restart_interval) { in decode_mcu()
730 if (cinfo->restart_interval) { in decode_mcu_discard_coef()
Djcmarker.c272 emit_2bytes(cinfo, (int) cinfo->restart_interval); in emit_dri()
588 if (cinfo->restart_interval != marker->last_restart_interval) { in write_scan_header()
590 marker->last_restart_interval = cinfo->restart_interval; in write_scan_header()
Djpeglib.h336 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member
553 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member
Djpegtran.c259 cinfo->restart_interval = (unsigned int) lval; in parse_switches()
Dcjpeg.c368 cinfo->restart_interval = (unsigned int) lval; in parse_switches()
Djcparam.c330 cinfo->restart_interval = 0; in jpeg_set_defaults()
Djdmarker.c214 cinfo->restart_interval = 0; in get_soi()
564 cinfo->restart_interval = tmp; in get_dri()
Djcmaster.c387 cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L); in per_scan_setup()
Dlibjpeg.doc908 unsigned int restart_interval
911 Set restart_interval to specify the exact interval in MCU blocks.
913 restart_in_rows is not 0, then restart_interval is set after the