/third_party/ffmpeg/libavfilter/ |
D | vf_vpp_qsv.c | 79 int crop_x; member 213 CALC_EXPR(cx_expr, var_values[CX], vpp->crop_x); in eval_expr() 217 CALC_EXPR(cx_expr, var_values[CX], vpp->crop_x); in eval_expr() 276 vpp->crop_x = FFMAX(vpp->crop_x, 0); in config_input() 279 if(vpp->crop_w + vpp->crop_x > inlink->w) in config_input() 280 vpp->crop_x = inlink->w - vpp->crop_w; in config_input() 321 crop.x = vpp->crop_x; in config_output()
|
D | vf_scale_vulkan.c | 114 int crop_x = in->crop_left; 203 GLSLF(1, vec2 c_o = vec2(%i, %i) / in_d; ,crop_x,crop_y);
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | djpeg.c | 101 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable 411 &crop_x, &crop_y) != 5 || in parse_switches() 723 if (crop_x + crop_width > cinfo.output_width || in main() 730 jpeg_crop_scanline(&cinfo, &crop_x, &crop_width); in main()
|
/third_party/libjpeg-turbo/ |
D | djpeg.c | 101 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable 411 &crop_x, &crop_y) != 5 || in parse_switches() 725 if (crop_x + crop_width > cinfo.output_width || in main() 732 jpeg_crop_scanline(&cinfo, &crop_x, &crop_width); in main()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | lite_image_utils.cc | 169 …code(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, int crop_x, int crop_y, in JpegCropAndDecode() argument 188 …CHECK_FAIL_RETURN_UNEXPECTED((std::numeric_limits<int32_t>::max() - crop_w) > crop_x, "invalid cro… in JpegCropAndDecode() 190 if (crop_x == 0 && crop_y == 0 && crop_w == 0 && crop_h == 0) { in JpegCropAndDecode() 193 …} else if (crop_w == 0 || static_cast<unsigned int>(crop_w + crop_x) > cinfo.output_width || crop_… in JpegCropAndDecode() 199 unsigned int crop_x_aligned = (crop_x / mcu_size) * mcu_size; in JpegCropAndDecode() 200 unsigned int crop_w_aligned = crop_w + crop_x - crop_x_aligned; in JpegCropAndDecode() 225 const int offset = (crop_x - crop_x_aligned) * cinfo.output_components; in JpegCropAndDecode()
|
D | image_utils.cc | 361 …code(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, int crop_x, int crop_y, in JpegCropAndDecode() argument 380 CHECK_FAIL_RETURN_UNEXPECTED((std::numeric_limits<int32_t>::max() - crop_w) > crop_x, in JpegCropAndDecode() 384 if (crop_x == 0 && crop_y == 0 && crop_w == 0 && crop_h == 0) { in JpegCropAndDecode() 387 …} else if (crop_w == 0 || static_cast<unsigned int>(crop_w + crop_x) > cinfo.output_width || crop_… in JpegCropAndDecode() 393 unsigned int crop_x_aligned = (crop_x / mcu_size) * mcu_size; in JpegCropAndDecode() 394 unsigned int crop_w_aligned = crop_w + crop_x - crop_x_aligned; in JpegCropAndDecode() 418 int minius_value = crop_x - crop_x_aligned; in JpegCropAndDecode()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | djpeg.c | 103 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable 426 &crop_x, &crop_y) != 5 || in parse_switches() 766 if (crop_x + crop_width > cinfo.output_width || in djpeg() 773 jpeg_crop_scanline(&cinfo, &crop_x, &crop_width); in djpeg()
|
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/ |
D | gstspu-pgs.h | 84 guint16 crop_x, crop_y, crop_w, crop_h; member
|
D | gstspu-pgs.c | 435 obj->crop_x = GST_READ_UINT16_BE (payload); in parse_presentation_segment() 443 obj->crop_x, obj->crop_y, obj->crop_w, obj->crop_h); in parse_presentation_segment()
|
/third_party/ffmpeg/libavcodec/ |
D | pgssubdec.c | 55 int crop_x; member 462 ctx->presentation.objects[i].crop_x = bytestream_get_be16(&buf); in parse_presentation_segment()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | cwebp.c | 659 int crop = 0, crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; in main() local 821 crop_x = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 1039 if (!WebPPictureView(&picture, crop_x, crop_y, crop_w, crop_h, &picture)) { in main()
|
/third_party/flutter/skia/third_party/externals/libwebp/examples/ |
D | cwebp.c | 653 int crop = 0, crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; in main() local 809 crop_x = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 1015 if (!WebPPictureView(&picture, crop_x, crop_y, crop_w, crop_h, &picture)) { in main()
|