Home
last modified time | relevance | path

Searched refs:use_scaling (Results 1 – 11 of 11) sorted by relevance

/external/webp/src/dec/
Ddecode_vp8.h101 int use_scaling; member
Dwebp.c801 io->use_scaling = (options != NULL) && (options->use_scaling > 0); in WebPIoInitFromOptions()
802 if (io->use_scaling) { in WebPIoInitFromOptions()
820 if (io->use_scaling) { in WebPIoInitFromOptions()
Dbuffer.c191 if (options->use_scaling) { in WebPAllocateDecBuffer()
Dvp8l.c752 const int num_rows_out = io->use_scaling ? in ProcessRows()
760 dec->last_out_row_ = io->use_scaling ? in ProcessRows()
1589 if (io->use_scaling && !AllocateAndInitRescaler(dec, io)) goto Err; in VP8LDecodeImage()
1591 if (io->use_scaling || WebPIsPremultipliedMode(dec->output_->colorspace)) { in VP8LDecodeImage()
Dvp8.c309 io->use_scaling = 0; in VP8GetHeaders()
Dio.c532 if (io->use_scaling) { in CustomSetup()
/external/skia/src/codec/
DSkWebpCodec.cpp216 config.options.use_scaling = 1; in onGetPixels()
/external/webp/include/webp/
Ddecode.h439 int use_scaling; // if true, scaling is applied _afterward_ member
/external/webp/src/webp/
Ddecode.h439 int use_scaling; // if true, scaling is applied _afterward_ member
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp253 config->options.use_scaling = 1; in webp_get_config_resize()
/external/webp/
DREADME590 config.options.use_scaling = 1;