Home
last modified time | relevance | path

Searched refs:crop_height (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/webrtc/tools/barcode_tools/
Dyuv_cropper.py47 def crop_frames(yuv_file_name, output_file_name, width, height, crop_height): argument
63 component_sizes = [(width, height, crop_height),
64 (width/2, height/2, crop_height/2),
65 (width/2, height/2, crop_height/2)]
120 options.height, options.crop_height)
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_argb.cc36 int crop_width, int crop_height, in ConvertToARGB() argument
44 int inv_crop_height = (crop_height < 0) ? -crop_height : crop_height; in ConvertToARGB()
57 int abs_crop_height = (crop_height < 0) ? -crop_height : crop_height; in ConvertToARGB()
61 src_height == 0 || crop_height == 0) { in ConvertToARGB()
Dconvert_to_i420.cc35 int crop_width, int crop_height, in ConvertToI420() argument
43 int inv_crop_height = (crop_height < 0) ? -crop_height : crop_height; in ConvertToI420()
55 int abs_crop_height = (crop_height < 0) ? -crop_height : crop_height; in ConvertToI420()
59 src_height == 0 || crop_height == 0) { in ConvertToI420()
/external/libvpx/libvpx/test/
Dvpx_scale_test.cc76 static void ExtendPlane(uint8_t *buf, int crop_width, int crop_height, in ExtendPlane() argument
85 const int bottom_extend = padding + (height - crop_height); in ExtendPlane()
88 for (int y = 0; y < crop_height; ++y) { in ExtendPlane()
107 uint8_t *bottom = left + (crop_height * stride); in ExtendPlane()
109 memcpy(bottom, left + (crop_height - 1) * stride, extend_width); 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()
707 crop_y + crop_height > cinfo.output_height) { in main()
722 cinfo.output_height = crop_height; in main()
728 while (cinfo.output_scanline < crop_y + crop_height) { in main()
733 jpeg_skip_scanlines(&cinfo, cinfo.output_height - crop_y - crop_height); in main()
Dtransupp.h136 JDIMENSION crop_height; /* Height of selected region */ member
Dtransupp.c817 if (! jt_read_integer(&spec, &info->crop_height)) in jtransform_parse_crop_spec()
991 info->crop_height = info->output_height - info->crop_yoffset; in jtransform_request_workspace()
994 info->crop_height <= 0 || info->crop_height > info->output_height || in jtransform_request_workspace()
996 info->crop_yoffset > info->output_height - info->crop_height) in jtransform_request_workspace()
1004 yoffset = info->output_height - info->crop_height - info->crop_yoffset; in jtransform_request_workspace()
1014 info->output_height = info->crop_height; in jtransform_request_workspace()
1017 info->crop_height + (yoffset % info->iMCU_sample_height); in jtransform_request_workspace()
Dturbojpeg.c2017 xinfo[i].crop_height=t[i].r.h; xinfo[i].crop_height_set=JCROP_POS; in tjTransform()
2019 else xinfo[i].crop_height=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.cpp210 config.options.crop_height = bounds.height(); in onGetPixels()
/external/opencv3/3rdparty/libwebp/dec/
Dbuffer.c147 const int ch = options->crop_height; in WebPAllocateDecBuffer()
Dwebp.c742 h = options->crop_height; in WebPIoInitFromOptions()
/external/webp/src/dec/
Dbuffer.c182 const int ch = options->crop_height; in WebPAllocateDecBuffer()
Dwebp.c782 h = options->crop_height; 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