Home
last modified time | relevance | path

Searched refs:scaled_height (Results 1 – 9 of 9) sorted by relevance

/external/webp/src/dec/
Ddecode_vp8.h102 int scaled_width, scaled_height; member
Dbuffer.c184 if (options->scaled_width <= 0 || options->scaled_height <= 0) { in WebPAllocateDecBuffer()
188 h = options->scaled_height; in WebPAllocateDecBuffer()
Dwebp.c811 if (options->scaled_width <= 0 || options->scaled_height <= 0) { in WebPIoInitFromOptions()
815 io->scaled_height = options->scaled_height; in WebPIoInitFromOptions()
829 (io->scaled_height < H * 3 / 4); in WebPIoInitFromOptions()
Dio.c317 const int out_height = io->scaled_height; in InitYUVRescaler()
494 const int out_height = io->scaled_height; in InitRGBRescaler()
Dvp8l.c391 const int out_height = io->scaled_height; in AllocateAndInitRescaler()
/external/webp/src/webp/
Ddecode.h442 int scaled_width, scaled_height; // final resolution member
/external/webp/include/webp/
Ddecode.h442 int scaled_width, scaled_height; // final resolution member
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp262 config->options.scaled_height = decodedBitmap->height(); in webp_get_config_resize()
/external/webp/
DREADME550 config.options.scaled_height = scaledHeight();