Searched refs:restart_interval (Results 1 – 20 of 20) sorted by relevance
287 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff()489 if (cinfo->restart_interval) in encode_mcu_DC_first()542 if (cinfo->restart_interval) { in encode_mcu_DC_first()544 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()670 if (cinfo->restart_interval) in encode_mcu_AC_first()725 if (cinfo->restart_interval) { in encode_mcu_AC_first()727 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()757 if (cinfo->restart_interval) in encode_mcu_DC_refine()774 if (cinfo->restart_interval) { in encode_mcu_DC_refine()776 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_refine()[all …]
378 if (cinfo->restart_interval) { in encode_mcu_DC_first()381 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()468 if (cinfo->restart_interval) { in encode_mcu_AC_first()471 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()602 if (cinfo->restart_interval) { in encode_mcu_AC_refine()605 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_refine()696 if (cinfo->restart_interval) { in encode_mcu()699 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu()[all …]
200 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff_decoder()263 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()313 if (cinfo->restart_interval) { in decode_mcu_DC_first()387 if (cinfo->restart_interval) { in decode_mcu_AC_first()469 if (cinfo->restart_interval) { in decode_mcu_DC_refine()525 if (cinfo->restart_interval) { in decode_mcu_AC_refine()
229 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()259 if (cinfo->restart_interval) { in decode_mcu_DC_first()338 if (cinfo->restart_interval) { in decode_mcu_AC_first()410 if (cinfo->restart_interval) { in decode_mcu_DC_refine()446 if (cinfo->restart_interval) { in decode_mcu_AC_refine()515 if (cinfo->restart_interval) { in decode_mcu()732 entropy->restarts_to_go = cinfo->restart_interval; in start_pass()
208 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff()661 if (cinfo->restart_interval) { in encode_mcu_huff()700 if (cinfo->restart_interval) { in encode_mcu_huff()702 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_huff()837 if (cinfo->restart_interval) { in encode_mcu_gather()843 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_gather()
283 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()
146 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff_decoder()546 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()772 if (cinfo->restart_interval) { in decode_mcu()
382 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member609 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member
253 cinfo->restart_interval = 0; in jpeg_set_defaults()
308 cinfo->restart_interval = (unsigned int)lval; in parse_switches()
410 cinfo->restart_interval = (unsigned int)lval; in parse_switches()
217 cinfo->restart_interval = 0; in get_soi()581 cinfo->restart_interval = tmp; in get_dri()
435 cinfo->restart_interval = (unsigned int)MIN(nominal, 65535L); in per_scan_setup()
262 cinfo->restart_interval = temp; in setCompDefaults()
1011 unsigned int restart_interval1014 Set restart_interval to specify the exact interval in MCU blocks.1016 restart_in_rows is not 0, then restart_interval is set after the
114 context->desc.mjpeg.slice_parameter.restart_interval = mjpeg->restart_interval; in vlVaHandleSliceParameterBufferMJPEG()194 if (context->desc.mjpeg.slice_parameter.restart_interval) { in vlVaGetJpegSliceHeader()200 *bs = util_bswap16(context->desc.mjpeg.slice_parameter.restart_interval); in vlVaGetJpegSliceHeader()
289 uint16 restart_interval; member524 *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()1143 …sp->restart_interval=(uint16)(((sp->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*8))… in OJPEGReadHeaderInfo()1466 sp->restart_interval=m; in OJPEGReadHeaderInfoSecStreamDri()2325 if (sp->restart_interval!=0) in OJPEGWriteStreamDri()2331 sp->out_buffer[4]=(sp->restart_interval>>8); in OJPEGWriteStreamDri()2332 sp->out_buffer[5]=(sp->restart_interval&255); in OJPEGWriteStreamDri()
266 int restart_interval; member284 options_.block_restart_interval = args.restart_interval; in Init()
687 uint16_t restart_interval; member
727 if (pic->slice_parameter.restart_interval) { in get_mjpeg_slice_header()733 *bs = util_bswap16(pic->slice_parameter.restart_interval); in get_mjpeg_slice_header()