Searched refs:crop_y (Results 1 - 6 of 6) sorted by relevance
/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() 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 in djpeg() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_vpp_qsv.c | 79 int crop_y; member 219 CALC_EXPR(cy_expr, var_values[CY], vpp->crop_y); in eval_expr() 282 vpp->crop_y = FFMAX(vpp->crop_y, 0); in config_input() 286 if(vpp->crop_h + vpp->crop_y > inlink->h) in config_input() 287 vpp->crop_y = inlink->h - vpp->crop_h; in config_input() 360 crop.y = vpp->crop_y; in config_output()
|
H A D | vf_scale_vulkan.c | 119 int crop_y = in->crop_top; in init_filter() local 206 GLSLF(1, vec2 c_o = vec2(%i, %i) / in_d; ,crop_x,crop_y); in init_filter()
|
H A D | vf_deshake_opencl.c | 222 CropInfo crop_y; member 1606 update_needed_crop(&deshake_ctx->crop_y, transform_crop_y, input_frame->width, input_frame->height); in filter_frame() 1620 crops[0] = deshake_ctx->crop_y; in filter_frame()
|
/third_party/ffmpeg/libavcodec/ |
H A D | pgssubdec.c | 57 int crop_y; member 465 object->crop_y = 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 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()
|
Completed in 9 milliseconds