/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_argb.cc | 36 int crop_width, int crop_height, in ConvertToARGB() argument 60 src_width <= 0 || crop_width <= 0 || in ConvertToARGB() 69 int argb_size = crop_width * abs_crop_height * 4; in ConvertToARGB() 75 argb_stride = crop_width; in ConvertToARGB() 84 crop_width, inv_crop_height); in ConvertToARGB() 90 crop_width, inv_crop_height); in ConvertToARGB() 96 crop_width, inv_crop_height); in ConvertToARGB() 102 crop_width, inv_crop_height); in ConvertToARGB() 108 crop_width, inv_crop_height); in ConvertToARGB() 114 crop_width, inv_crop_height); in ConvertToARGB() [all …]
|
D | convert_to_i420.cc | 35 int crop_width, int crop_height, in ConvertToI420() argument 58 src_width <= 0 || crop_width <= 0 || in ConvertToI420() 72 int y_size = crop_width * abs_crop_height; in ConvertToI420() 73 int uv_size = ((crop_width + 1) / 2) * ((abs_crop_height + 1) / 2); in ConvertToI420() 81 y_stride = crop_width; in ConvertToI420() 82 u_stride = v_stride = ((crop_width + 1) / 2); in ConvertToI420() 93 crop_width, inv_crop_height); in ConvertToI420() 101 crop_width, inv_crop_height); in ConvertToI420() 109 crop_width, inv_crop_height); in ConvertToI420() 117 crop_width, inv_crop_height); in ConvertToI420() [all …]
|
/external/libvpx/libvpx/test/ |
D | vpx_scale_test.cc | 76 static void ExtendPlane(uint8_t *buf, int crop_width, int crop_height, in ExtendPlane() argument 83 uint8_t *right = buf + crop_width; in ExtendPlane() 84 const int right_extend = padding + (width - crop_width); in ExtendPlane() 99 const int extend_width = padding + crop_width + right_extend; in ExtendPlane()
|
/external/libjpeg-turbo/ |
D | djpeg.c | 95 JDIMENSION crop_x, crop_y, crop_width, crop_height; variable 393 if (sscanf(argv[argn], "%u%c%u+%u+%u", &crop_width, &c, &crop_height, in parse_switches() 395 (c != 'X' && c != 'x') || crop_width < 1 || crop_height < 1) in parse_switches() 706 if (crop_x + crop_width > cinfo.output_width || in main() 713 jpeg_crop_scanline(&cinfo, &crop_x, &crop_width); in main()
|
D | transupp.h | 134 JDIMENSION crop_width; /* Width of selected region */ member
|
D | transupp.c | 806 if (! jt_read_integer(&spec, &info->crop_width)) in jtransform_parse_crop_spec() 989 info->crop_width = info->output_width - info->crop_xoffset; in jtransform_request_workspace() 993 if (info->crop_width <= 0 || info->crop_width > info->output_width || in jtransform_request_workspace() 995 info->crop_xoffset > info->output_width - info->crop_width || in jtransform_request_workspace() 1000 xoffset = info->output_width - info->crop_width - info->crop_xoffset; in jtransform_request_workspace() 1009 info->output_width = info->crop_width; in jtransform_request_workspace() 1012 info->crop_width + (xoffset % info->iMCU_sample_width); in jtransform_request_workspace()
|
D | turbojpeg.c | 2012 xinfo[i].crop_width=t[i].r.w; xinfo[i].crop_width_set=JCROP_POS; in tjTransform() 2014 else xinfo[i].crop_width=JCROP_UNSET; in tjTransform() 2059 w=xinfo[i].crop_width; h=xinfo[i].crop_height; in tjTransform()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_argb.h | 222 int crop_width, int crop_height,
|
D | convert.h | 236 int crop_width, int crop_height,
|
/external/skia/src/codec/ |
D | SkWebpCodec.cpp | 209 config.options.crop_width = bounds.width(); in onGetPixels()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | buffer.c | 146 const int cw = options->crop_width; in WebPAllocateDecBuffer()
|
D | webp.c | 741 w = options->crop_width; in WebPIoInitFromOptions()
|
/external/webp/src/dec/ |
D | buffer.c | 181 const int cw = options->crop_width; in WebPAllocateDecBuffer()
|
D | webp.c | 781 w = options->crop_width; in WebPIoInitFromOptions()
|
/external/opencv3/3rdparty/libwebp/webp/ |
D | decode.h | 440 int crop_width, crop_height; // dimension of the cropping area member
|
/external/webp/src/webp/ |
D | decode.h | 438 int crop_width, crop_height; // dimension of the cropping area member
|
/external/webp/include/webp/ |
D | decode.h | 438 int crop_width, crop_height; // dimension of the cropping area member
|