Home
last modified time | relevance | path

Searched refs:crop_y (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
Ddjpeg.c103 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
426 &crop_x, &crop_y) != 5 || in parse_switches()
767 crop_y + crop_height > cinfo.output_height) { in djpeg()
788 if ((tmp = jpeg_skip_scanlines(&cinfo, crop_y)) != crop_y) { in djpeg()
790 progname, tmp, crop_y); in djpeg()
793 while (cinfo.output_scanline < crop_y + crop_height) { in djpeg()
800 cinfo.output_height - crop_y - crop_height)) != in djpeg()
801 cinfo.output_height - crop_y - crop_height) { in djpeg()
803 progname, tmp, cinfo.output_height - crop_y - crop_height); in djpeg()
/third_party/ffmpeg/libavfilter/
Dvf_vpp_qsv.c80 int crop_y; member
214 CALC_EXPR(cy_expr, var_values[CY], vpp->crop_y); in eval_expr()
277 vpp->crop_y = FFMAX(vpp->crop_y, 0); in config_input()
281 if(vpp->crop_h + vpp->crop_y > inlink->h) in config_input()
282 vpp->crop_y = inlink->h - vpp->crop_h; in config_input()
322 crop.y = vpp->crop_y; in config_output()
Dvf_scale_vulkan.c115 int crop_y = in->crop_top;
203 GLSLF(1, vec2 c_o = vec2(%i, %i) / in_d; ,crop_x,crop_y);
Dvf_deshake_opencl.c230 CropInfo crop_y; member
1629 …update_needed_crop(&deshake_ctx->crop_y, transform_crop_y, input_frame->width, input_frame->height… in filter_frame()
1643 crops[0] = deshake_ctx->crop_y; in filter_frame()
/third_party/libjpeg-turbo/
Ddjpeg.c101 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
411 &crop_x, &crop_y) != 5 || in parse_switches()
726 crop_y + crop_height > cinfo.output_height) { in main()
747 jpeg_skip_scanlines(&cinfo, crop_y); in main()
748 while (cinfo.output_scanline < crop_y + crop_height) { in main()
753 jpeg_skip_scanlines(&cinfo, cinfo.output_height - crop_y - crop_height); in main()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Ddjpeg.c101 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable
411 &crop_x, &crop_y) != 5 || in parse_switches()
724 crop_y + crop_height > cinfo.output_height) { in main()
745 jpeg_skip_scanlines(&cinfo, crop_y); in main()
746 while (cinfo.output_scanline < crop_y + crop_height) { in main()
751 jpeg_skip_scanlines(&cinfo, cinfo.output_height - crop_y - crop_height); in main()
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-pgs.h84 guint16 crop_x, crop_y, crop_w, crop_h; member
Dgstspu-pgs.c436 obj->crop_y = GST_READ_UINT16_BE (payload + 2); in parse_presentation_segment()
443 obj->crop_x, obj->crop_y, obj->crop_w, obj->crop_h); in parse_presentation_segment()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dlite_image_utils.cc169 …code(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, int crop_x, int crop_y, in JpegCropAndDecode() argument
189 …CHECK_FAIL_RETURN_UNEXPECTED((std::numeric_limits<int32_t>::max() - crop_h) > crop_y, "invalid cro… in JpegCropAndDecode()
190 if (crop_x == 0 && crop_y == 0 && crop_w == 0 && crop_h == 0) { in JpegCropAndDecode()
194 static_cast<unsigned int>(crop_h + crop_y) > cinfo.output_height) { in JpegCropAndDecode()
207 JDIMENSION skipped_scanlines = jpeg_skip_scanlines(&cinfo, crop_y); in JpegCropAndDecode()
Dimage_utils.cc361 …code(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, int crop_x, int crop_y, in JpegCropAndDecode() argument
382 CHECK_FAIL_RETURN_UNEXPECTED((std::numeric_limits<int32_t>::max() - crop_h) > crop_y, in JpegCropAndDecode()
384 if (crop_x == 0 && crop_y == 0 && crop_w == 0 && crop_h == 0) { in JpegCropAndDecode()
388 static_cast<unsigned int>(crop_h + crop_y) > cinfo.output_height) { in JpegCropAndDecode()
401 JDIMENSION skipped_scanlines = jpeg_skip_scanlines(&cinfo, crop_y); in JpegCropAndDecode()
/third_party/ffmpeg/libavcodec/
Dpgssubdec.c56 int crop_y; member
463 ctx->presentation.objects[i].crop_y = bytestream_get_be16(&buf); in parse_presentation_segment()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dcwebp.c653 int crop = 0, crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; in main() local
810 crop_y = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
1015 if (!WebPPictureView(&picture, crop_x, crop_y, crop_w, crop_h, &picture)) { in main()
/third_party/skia/third_party/externals/libwebp/examples/
Dcwebp.c659 int crop = 0, crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; in main() local
822 crop_y = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
1039 if (!WebPPictureView(&picture, crop_x, crop_y, crop_w, crop_h, &picture)) { in main()