/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_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 | fpdfapi_jdphuff.c | 192 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff_decoder() 249 entropy->restarts_to_go = cinfo->restart_interval; in process_restart() 299 if (cinfo->restart_interval) { in decode_mcu_DC_first() 369 if (cinfo->restart_interval) { in decode_mcu_AC_first() 451 if (cinfo->restart_interval) { in decode_mcu_DC_refine() 507 if (cinfo->restart_interval) { in decode_mcu_AC_refine()
|
D | fpdfapi_jchuff.c | 169 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff() 493 if (cinfo->restart_interval) { in encode_mcu_huff() 518 if (cinfo->restart_interval) { in encode_mcu_huff() 520 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_huff() 655 if (cinfo->restart_interval) { in encode_mcu_gather() 661 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_gather()
|
D | fpdfapi_jdhuff.c | 140 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff_decoder() 490 entropy->restarts_to_go = cinfo->restart_interval; in process_restart() 528 if (cinfo->restart_interval) { in decode_mcu()
|
D | fpdfapi_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 | 434 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member 647 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member
|
D | fpdfapi_jcparam.c | 330 cinfo->restart_interval = 0; in jpeg_set_defaults()
|
/external/libjpeg-turbo/ |
D | jcphuff.c | 189 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 | jcarith.c | 374 if (cinfo->restart_interval) { in encode_mcu_DC_first() 377 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first() 464 if (cinfo->restart_interval) { in encode_mcu_AC_first() 467 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first() 561 if (cinfo->restart_interval) { in encode_mcu_DC_refine() 564 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_refine() 598 if (cinfo->restart_interval) { in encode_mcu_AC_refine() 601 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_refine() 692 if (cinfo->restart_interval) { in encode_mcu() 695 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu() [all …]
|
D | jdphuff.c | 195 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff_decoder() 254 entropy->restarts_to_go = cinfo->restart_interval; in process_restart() 304 if (cinfo->restart_interval) { in decode_mcu_DC_first() 374 if (cinfo->restart_interval) { in decode_mcu_AC_first() 456 if (cinfo->restart_interval) { in decode_mcu_DC_refine() 512 if (cinfo->restart_interval) { in decode_mcu_AC_refine()
|
D | jdarith.c | 222 entropy->restarts_to_go = cinfo->restart_interval; in process_restart() 252 if (cinfo->restart_interval) { in decode_mcu_DC_first() 331 if (cinfo->restart_interval) { in decode_mcu_AC_first() 403 if (cinfo->restart_interval) { in decode_mcu_DC_refine() 439 if (cinfo->restart_interval) { in decode_mcu_AC_refine() 508 if (cinfo->restart_interval) { in decode_mcu() 725 entropy->restarts_to_go = cinfo->restart_interval; in start_pass()
|
D | jchuff.c | 202 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff() 634 if (cinfo->restart_interval) { in encode_mcu_huff() 659 if (cinfo->restart_interval) { in encode_mcu_huff() 661 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_huff() 796 if (cinfo->restart_interval) { in encode_mcu_gather() 802 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_gather()
|
D | jcmarker.c | 282 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 | jdhuff.c | 142 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff_decoder() 539 entropy->restarts_to_go = cinfo->restart_interval; in process_restart() 761 if (cinfo->restart_interval) { in decode_mcu()
|
D | jpeglib.h | 381 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member 608 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member
|
D | jcparam.c | 251 cinfo->restart_interval = 0; in jpeg_set_defaults()
|
D | jpegtran.c | 297 cinfo->restart_interval = (unsigned int) lval; in parse_switches()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jchuff.c | 556 if (cinfo->restart_interval) in encode_mcu_DC_first() 609 if (cinfo->restart_interval) { in encode_mcu_DC_first() 611 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first() 642 if (cinfo->restart_interval) in encode_mcu_AC_first() 719 if (cinfo->restart_interval) { in encode_mcu_AC_first() 721 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first() 751 if (cinfo->restart_interval) in encode_mcu_DC_refine() 768 if (cinfo->restart_interval) { in encode_mcu_DC_refine() 770 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_refine() 803 if (cinfo->restart_interval) in encode_mcu_AC_refine() [all …]
|
D | jcarith.c | 372 if (cinfo->restart_interval) { in encode_mcu_DC_first() 375 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first() 463 if (cinfo->restart_interval) { in encode_mcu_AC_first() 466 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first() 565 if (cinfo->restart_interval) { in encode_mcu_DC_refine() 568 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_refine() 603 if (cinfo->restart_interval) { in encode_mcu_AC_refine() 606 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_refine() 703 if (cinfo->restart_interval) { in encode_mcu() 706 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu() [all …]
|
D | jdarith.c | 221 entropy->restarts_to_go = cinfo->restart_interval; in process_restart() 251 if (cinfo->restart_interval) { in decode_mcu_DC_first() 331 if (cinfo->restart_interval) { in decode_mcu_AC_first() 408 if (cinfo->restart_interval) { in decode_mcu_DC_refine() 445 if (cinfo->restart_interval) { in decode_mcu_AC_refine() 520 if (cinfo->restart_interval) { in decode_mcu() 742 entropy->restarts_to_go = cinfo->restart_interval; in start_pass()
|
D | jdhuff.c | 657 entropy->restarts_to_go = cinfo->restart_interval; in process_restart() 708 if (cinfo->restart_interval) { in decode_mcu_DC_first() 778 if (cinfo->restart_interval) { in decode_mcu_AC_first() 863 if (cinfo->restart_interval) { in decode_mcu_DC_refine() 918 if (cinfo->restart_interval) { in decode_mcu_AC_refine() 1069 if (cinfo->restart_interval) { in decode_mcu_sub() 1196 if (cinfo->restart_interval) { in decode_mcu() 1501 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff_decoder()
|
D | jcmarker.c | 281 emit_2bytes(cinfo, (int) cinfo->restart_interval); in emit_dri() 643 if (cinfo->restart_interval != marker->last_restart_interval) { in write_scan_header() 645 marker->last_restart_interval = cinfo->restart_interval; in write_scan_header()
|
D | jpeglib.h | 363 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member 587 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_ojpeg.c | 280 uint16 restart_interval; member 515 *va_arg(ap,uint16*)=sp->restart_interval; in OJPEGVGetField() 595 sp->restart_interval=(uint16)va_arg(ap,uint16_vap); in OJPEGVSetField() 640 fprintf(fd," JpegRestartInterval: %u\n",(unsigned int)sp->restart_interval); in OJPEGPrintDir() 1079 …sp->restart_interval=((sp->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*8))*(sp->str… in OJPEGReadHeaderInfo() 1392 sp->restart_interval=m; in OJPEGReadHeaderInfoSecStreamDri() 2232 if (sp->restart_interval!=0) in OJPEGWriteStreamDri() 2238 sp->out_buffer[4]=(sp->restart_interval>>8); in OJPEGWriteStreamDri() 2239 sp->out_buffer[5]=(sp->restart_interval&255); in OJPEGWriteStreamDri()
|
/external/pdfium/third_party/libtiff/ |
D | tif_ojpeg.c | 289 uint16 restart_interval; member 524 *va_arg(ap,uint16*)=sp->restart_interval; in OJPEGVGetField() 606 sp->restart_interval=(uint16)va_arg(ap,uint16_vap); in OJPEGVSetField() 654 fprintf(fd," JpegRestartInterval: %u\n",(unsigned int)sp->restart_interval); in OJPEGPrintDir() 1093 …sp->restart_interval=((sp->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*8))*(sp->str… in OJPEGReadHeaderInfo() 1406 sp->restart_interval=m; in OJPEGReadHeaderInfoSecStreamDri() 2252 if (sp->restart_interval!=0) in OJPEGWriteStreamDri() 2258 sp->out_buffer[4]=(sp->restart_interval>>8); in OJPEGWriteStreamDri() 2259 sp->out_buffer[5]=(sp->restart_interval&255); in OJPEGWriteStreamDri()
|