Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djchuff.c558 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 Djcarith.c371 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 Djdarith.c221 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 Djdhuff.c670 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 Djcmarker.c281 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 Djpeglib.h370 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 Djcparam.c351 cinfo->restart_interval = 0; in jpeg_set_defaults()
A Djdmarker.c216 cinfo->restart_interval = 0; in get_soi()
638 cinfo->restart_interval = tmp; in get_dri()
A Djcmaster.c645 cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L); in per_scan_setup()
A Dlibjpeg.txt944 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 Dtif_ojpeg.c281 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 Djpeglib.h370 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 Djpegtran.c289 cinfo->restart_interval = (unsigned int) lval; in parse_switches()
A Dcjpeg.c417 cinfo->restart_interval = (unsigned int) lval; in parse_switches()

Completed in 42 milliseconds