Home
last modified time | relevance | path

Searched refs:restart_interval (Results 1 - 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djcphuff.c294 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff()
496 if (cinfo->restart_interval) in METHODDEF()
549 if (cinfo->restart_interval) { in METHODDEF()
551 entropy->restarts_to_go = cinfo->restart_interval; in METHODDEF()
677 if (cinfo->restart_interval) in METHODDEF()
732 if (cinfo->restart_interval) { in METHODDEF()
734 entropy->restarts_to_go = cinfo->restart_interval; in METHODDEF()
764 if (cinfo->restart_interval) in METHODDEF()
781 if (cinfo->restart_interval) { in METHODDEF()
783 entropy->restarts_to_go = cinfo->restart_interval; in METHODDEF()
[all...]
H A Djdphuff.c321 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff_decoder()
384 entropy->restarts_to_go = cinfo->restart_interval; in LOCAL()
434 if (cinfo->restart_interval) { in METHODDEF()
484 if (cinfo->restart_interval) in METHODDEF()
509 if (cinfo->restart_interval) { in METHODDEF()
569 if (cinfo->restart_interval) in METHODDEF()
592 if (cinfo->restart_interval) { in METHODDEF()
621 if (cinfo->restart_interval) in METHODDEF()
649 if (cinfo->restart_interval) { in METHODDEF()
765 if (cinfo->restart_interval) in METHODDEF()
[all...]
H A Djcarith.c378 if (cinfo->restart_interval) { in METHODDEF()
381 entropy->restarts_to_go = cinfo->restart_interval; in METHODDEF()
468 if (cinfo->restart_interval) { in METHODDEF()
471 entropy->restarts_to_go = cinfo->restart_interval; in METHODDEF()
565 if (cinfo->restart_interval) { in METHODDEF()
568 entropy->restarts_to_go = cinfo->restart_interval; in METHODDEF()
602 if (cinfo->restart_interval) { in METHODDEF()
605 entropy->restarts_to_go = cinfo->restart_interval; in METHODDEF()
696 if (cinfo->restart_interval) { in METHODDEF()
699 entropy->restarts_to_go = cinfo->restart_interval; in METHODDEF()
[all...]
H A Djdarith.c229 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
259 if (cinfo->restart_interval) { in METHODDEF()
338 if (cinfo->restart_interval) { in METHODDEF()
410 if (cinfo->restart_interval) { in METHODDEF()
446 if (cinfo->restart_interval) { in METHODDEF()
515 if (cinfo->restart_interval) { in METHODDEF()
741 entropy->restarts_to_go = cinfo->restart_interval; in start_pass()
H A Djchuff.c235 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff()
700 if (cinfo->restart_interval) { in METHODDEF()
739 if (cinfo->restart_interval) { in METHODDEF()
741 entropy->restarts_to_go = cinfo->restart_interval; in METHODDEF()
877 if (cinfo->restart_interval) { in METHODDEF()
883 entropy->restarts_to_go = cinfo->restart_interval; in METHODDEF()
H A Djdhuff.c129 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff_decoder()
529 entropy->restarts_to_go = cinfo->restart_interval; in LOCAL()
765 if (cinfo->restart_interval) { in METHODDEF()
791 if (cinfo->restart_interval) in METHODDEF()
H A 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()
H A Djdhuff_opt.c159 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff_decoder()
623 entropy->restarts_to_go = cinfo->restart_interval; in LOCAL()
979 if (cinfo->restart_interval) { in METHODDEF()
1003 if (cinfo->restart_interval) in METHODDEF()
H A Djpeglib.h384 * restart_interval, or in MCU rows by setting restart_in_rows
385 * (in which case the correct restart_interval will be figured
388 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member
615 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member
H A Djcparam.c253 cinfo->restart_interval = 0; in jpeg_set_defaults()
H A Dcjpeg.c454 cinfo->restart_interval = (unsigned int)lval; in parse_switches()
458 /* restart_interval will be computed during startup */ in parse_switches()
H A Djcmaster.c435 cinfo->restart_interval = (unsigned int)MIN(nominal, 65535L); in per_scan_setup()
H A Djpegtran.c351 cinfo->restart_interval = (unsigned int)lval; in parse_switches()
355 /* restart_interval will be computed during startup */ in parse_switches()
H A Djdmarker.c217 cinfo->restart_interval = 0; in LOCAL()
581 cinfo->restart_interval = tmp; in LOCAL()
H A Dturbojpeg.c294 cinfo->restart_interval = temp; in setCompDefaults()
/third_party/ffmpeg/libavcodec/
H A Dvaapi_mjpeg.c123 .restart_interval = s->restart_interval, in vaapi_mjpeg_decode_slice()
H A Dmjpegdec.c1045 if (s->restart_interval) { in handle_rstn()
1101 s->restart_count = s->restart_interval; in ljpeg_decode_rgb_scan()
1103 if (s->restart_interval == 0) in ljpeg_decode_rgb_scan()
1104 s->restart_interval = INT_MAX; in ljpeg_decode_rgb_scan()
1129 if ((mb_y * s->width) % s->restart_interval == 0) { in ljpeg_decode_rgb_scan()
1142 if (s->restart_interval && !s->restart_count){ in ljpeg_decode_rgb_scan()
1143 s->restart_count = s->restart_interval; in ljpeg_decode_rgb_scan()
1175 if (s->restart_interval && !--s->restart_count) { in ljpeg_decode_rgb_scan()
1266 if (s->restart_interval && !s->restart_count){ in ljpeg_decode_yuv_scan()
1267 s->restart_count = s->restart_interval; in ljpeg_decode_yuv_scan()
[all...]
H A Dmjpegdec.h126 int restart_interval; member
H A Dmjpegbdec.c63 s->restart_interval = 0; in mjpegb_decode_frame()
H A Djpeglsdec.c434 if (s->restart_interval && !--s->restart_count) { in ff_jpegls_decode_picture()
455 if (s->restart_interval && !--s->restart_count) { in ff_jpegls_decode_picture()
H A Dvaapi_encode_mjpeg.c424 .restart_interval = 0, in vaapi_encode_mjpeg_init_slice_params()
/third_party/mesa3d/src/gallium/frontends/va/
H A 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()
/third_party/mesa3d/src/gallium/drivers/r600/
H A 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()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h700 uint16_t restart_interval; member
/third_party/astc-encoder/Source/
H A Dstb_image.h1993 int restart_interval, todo; member
2941 j->todo = j->restart_interval ? j->restart_interval : 0x7fffffff; in stbi__jpeg_reset()
3106 z->restart_interval = stbi__get16be(z->s); in stbi__process_marker()
3417 j->restart_interval = 0; in stbi__decode_jpeg_image()
7942 0.55 fix bug: restart_interval not initialized to 0

Completed in 43 milliseconds