/external/webrtc/webrtc/tools/barcode_tools/ |
D | yuv_cropper.py | 47 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/ |
D | convert_to_argb.cc | 36 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()
|
D | convert_to_i420.cc | 35 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/ |
D | vpx_scale_test.cc | 76 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/ |
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() 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()
|
D | transupp.h | 136 JDIMENSION crop_height; /* Height of selected region */ member
|
D | transupp.c | 817 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()
|
D | turbojpeg.c | 2017 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/ |
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 | 210 config.options.crop_height = bounds.height(); in onGetPixels()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | buffer.c | 147 const int ch = options->crop_height; in WebPAllocateDecBuffer()
|
D | webp.c | 742 h = options->crop_height; in WebPIoInitFromOptions()
|
/external/webp/src/dec/ |
D | buffer.c | 182 const int ch = options->crop_height; in WebPAllocateDecBuffer()
|
D | webp.c | 782 h = options->crop_height; 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
|