Searched refs:crop_x (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_vpp_qsv.c | 78 int crop_x; member 218 CALC_EXPR(cx_expr, var_values[CX], vpp->crop_x); in eval_expr() 222 CALC_EXPR(cx_expr, var_values[CX], vpp->crop_x); in eval_expr() 281 vpp->crop_x = FFMAX(vpp->crop_x, 0); in config_input() 284 if(vpp->crop_w + vpp->crop_x > inlink->w) in config_input() 285 vpp->crop_x = inlink->w - vpp->crop_w; in config_input() 359 crop.x = vpp->crop_x; in config_output()
|
H A D | vf_scale_vulkan.c | 118 int crop_x = in->crop_left; in init_filter() local 206 GLSLF(1, vec2 c_o = vec2(%i, %i) / in_d; ,crop_x,crop_y); in init_filter()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A 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/ffmpeg/libavcodec/ |
H A D | pgssubdec.c | 56 int crop_x; member 464 object->crop_x = bytestream_get_be16(&buf); in parse_presentation_segment()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A 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()
|
Completed in 7 milliseconds