Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djcphuff.c287 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 …]
Djcarith.c378 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 …]
Djdphuff.c200 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()
Djdarith.c229 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()
Djchuff.c208 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()
Djcmarker.c283 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()
Djdhuff.c146 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()
Djpeglib.h382 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member
609 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member
Djcparam.c253 cinfo->restart_interval = 0; in jpeg_set_defaults()
Djpegtran.c308 cinfo->restart_interval = (unsigned int)lval; in parse_switches()
Dcjpeg.c410 cinfo->restart_interval = (unsigned int)lval; in parse_switches()
Djdmarker.c217 cinfo->restart_interval = 0; in get_soi()
581 cinfo->restart_interval = tmp; in get_dri()
Djcmaster.c435 cinfo->restart_interval = (unsigned int)MIN(nominal, 65535L); in per_scan_setup()
Dturbojpeg.c262 cinfo->restart_interval = temp; in setCompDefaults()
Dlibjpeg.txt1011 unsigned int restart_interval
1014 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
/external/mesa3d/src/gallium/frontends/va/
Dpicture_mjpeg.c114 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()
/external/pdfium/third_party/libtiff/
Dtif_ojpeg.c289 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()
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()
/external/tensorflow/tensorflow/core/lib/io/
Dtable_test.cc266 int restart_interval; member
284 options_.block_restart_interval = args.restart_interval; in Init()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h687 uint16_t restart_interval; member
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c727 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()