/external/jpeg/ |
D | jcphuff.c | 187 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 …]
|
D | jdphuff.c | 191 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()
|
D | jchuff.c | 166 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()
|
D | jdhuff.c | 138 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()
|
D | jcmarker.c | 272 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()
|
D | jpeglib.h | 336 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
|
D | jpegtran.c | 259 cinfo->restart_interval = (unsigned int) lval; in parse_switches()
|
D | cjpeg.c | 368 cinfo->restart_interval = (unsigned int) lval; in parse_switches()
|
D | jcparam.c | 330 cinfo->restart_interval = 0; in jpeg_set_defaults()
|
D | jdmarker.c | 214 cinfo->restart_interval = 0; in get_soi() 564 cinfo->restart_interval = tmp; in get_dri()
|
D | jcmaster.c | 387 cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L); in per_scan_setup()
|
D | libjpeg.doc | 908 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/ |
D | jcphuff.c | 187 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 …]
|
D | jdphuff.c | 195 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()
|
D | jchuff.c | 166 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()
|
D | jdhuff.c | 138 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()
|
D | jcmarker.c | 272 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()
|
D | jpeglib.h | 336 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
|
D | jpegtran.c | 259 cinfo->restart_interval = (unsigned int) lval; in parse_switches()
|
D | cjpeg.c | 368 cinfo->restart_interval = (unsigned int) lval; in parse_switches()
|
D | jcparam.c | 330 cinfo->restart_interval = 0; in jpeg_set_defaults()
|
D | jdmarker.c | 214 cinfo->restart_interval = 0; in get_soi() 564 cinfo->restart_interval = tmp; in get_dri()
|
D | jcmaster.c | 387 cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L); in per_scan_setup()
|
D | libjpeg.doc | 908 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
|