Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Dgeneral.cc95 int crop_height = ( src_height - dst_height ) / 2; in I420Crop() local
98 for (i = src_width * crop_height + crop_width; loop < dst_height ; in I420Crop()
105 for ( i += (halfsrc_width * crop_height / 2 + crop_width / 2); in I420Crop()
112 for ( i += (halfsrc_width * crop_height / 2 + crop_width / 2); in I420Crop()
/external/webp/src/dec/
Dbuffer.c145 const int ch = options->crop_height; in WebPAllocateDecBuffer()
Dwebp.c722 h = options->crop_height; in WebPIoInitFromOptions()
/external/webp/include/webp/
Ddecode.h404 int crop_width, crop_height; // dimension of the cropping area member
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp256 config.options.crop_height = region.height(); in webp_get_config_resize_crop()