Home
last modified time | relevance | path

Searched refs:crop_width (Results 1 – 17 of 17) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_argb.cc36 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 …]
Dconvert_to_i420.cc35 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/
Dvpx_scale_test.cc76 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/
Ddjpeg.c95 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()
Dtransupp.h134 JDIMENSION crop_width; /* Width of selected region */ member
Dtransupp.c806 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()
Dturbojpeg.c2012 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/
Dconvert_argb.h222 int crop_width, int crop_height,
Dconvert.h236 int crop_width, int crop_height,
/external/skia/src/codec/
DSkWebpCodec.cpp209 config.options.crop_width = bounds.width(); in onGetPixels()
/external/opencv3/3rdparty/libwebp/dec/
Dbuffer.c146 const int cw = options->crop_width; in WebPAllocateDecBuffer()
Dwebp.c741 w = options->crop_width; in WebPIoInitFromOptions()
/external/webp/src/dec/
Dbuffer.c181 const int cw = options->crop_width; in WebPAllocateDecBuffer()
Dwebp.c781 w = options->crop_width; in WebPIoInitFromOptions()
/external/opencv3/3rdparty/libwebp/webp/
Ddecode.h440 int crop_width, crop_height; // dimension of the cropping area member
/external/webp/src/webp/
Ddecode.h438 int crop_width, crop_height; // dimension of the cropping area member
/external/webp/include/webp/
Ddecode.h438 int crop_width, crop_height; // dimension of the cropping area member