Searched refs:restart_interval (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jchuff.c | 558 if (cinfo->restart_interval) in encode_mcu_DC_first() 610 if (cinfo->restart_interval) { in encode_mcu_DC_first() 643 if (cinfo->restart_interval) in encode_mcu_AC_first() 720 if (cinfo->restart_interval) { in encode_mcu_AC_first() 749 if (cinfo->restart_interval) in encode_mcu_DC_refine() 765 if (cinfo->restart_interval) { in encode_mcu_DC_refine() 800 if (cinfo->restart_interval) in encode_mcu_AC_refine() 897 if (cinfo->restart_interval) { in encode_mcu_AC_refine() 1027 if (cinfo->restart_interval) { in encode_mcu_huff() 1052 if (cinfo->restart_interval) { in encode_mcu_huff() [all …]
|
A D | jcarith.c | 371 if (cinfo->restart_interval) { in encode_mcu_DC_first() 374 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first() 461 if (cinfo->restart_interval) { in encode_mcu_AC_first() 464 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() 704 if (cinfo->restart_interval) { in encode_mcu() 707 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu() [all …]
|
A 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() 410 if (cinfo->restart_interval) { in decode_mcu_DC_refine() 447 if (cinfo->restart_interval) { in decode_mcu_AC_refine() 522 if (cinfo->restart_interval) { in decode_mcu() 744 entropy->restarts_to_go = cinfo->restart_interval; in start_pass()
|
A D | jdhuff.c | 670 entropy->restarts_to_go = cinfo->restart_interval; in process_restart() 721 if (cinfo->restart_interval) { in decode_mcu_DC_first() 791 if (cinfo->restart_interval) { in decode_mcu_AC_first() 874 if (cinfo->restart_interval) { in decode_mcu_DC_refine() 929 if (cinfo->restart_interval) { in decode_mcu_AC_refine() 1080 if (cinfo->restart_interval) { in decode_mcu_sub() 1207 if (cinfo->restart_interval) { in decode_mcu() 1512 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff_decoder()
|
A 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()
|
A D | jpeglib.h | 370 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member 594 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member
|
A D | jcparam.c | 351 cinfo->restart_interval = 0; in jpeg_set_defaults()
|
A D | jdmarker.c | 216 cinfo->restart_interval = 0; in get_soi() 638 cinfo->restart_interval = tmp; in get_dri()
|
A D | jcmaster.c | 645 cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L); in per_scan_setup()
|
A D | libjpeg.txt | 944 unsigned int restart_interval 947 Set restart_interval to specify the exact interval in MCU blocks. 949 restart_in_rows is not 0, then restart_interval is set after the
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_ojpeg.c | 281 uint16 restart_interval; member 516 *va_arg(ap,uint16*)=sp->restart_interval; in OJPEGVGetField() 598 sp->restart_interval=(uint16)va_arg(ap,uint16_vap); in OJPEGVSetField() 646 fprintf(fd," JpegRestartInterval: %u\n",(unsigned int)sp->restart_interval); in OJPEGPrintDir() 1092 …sp->restart_interval=(uint16)(((sp->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*8))… in OJPEGReadHeaderInfo() 1406 sp->restart_interval=m; in OJPEGReadHeaderInfoSecStreamDri() 2267 if (sp->restart_interval!=0) in OJPEGWriteStreamDri() 2273 sp->out_buffer[4]=(sp->restart_interval>>8); in OJPEGWriteStreamDri() 2274 sp->out_buffer[5]=(sp->restart_interval&255); in OJPEGWriteStreamDri()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | jpeglib.h | 370 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member 594 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/ |
A D | jpegtran.c | 289 cinfo->restart_interval = (unsigned int) lval; in parse_switches()
|
A D | cjpeg.c | 417 cinfo->restart_interval = (unsigned int) lval; in parse_switches()
|
Completed in 42 milliseconds