Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8_dec.h101 int use_scaling; member
Dwebp_dec.c815 io->use_scaling = (options != NULL) && (options->use_scaling > 0); in WebPIoInitFromOptions()
816 if (io->use_scaling) { in WebPIoInitFromOptions()
834 if (io->use_scaling) { in WebPIoInitFromOptions()
Dvp8l_dec.c749 const int num_rows_out = io->use_scaling ? in ProcessRows()
757 dec->last_out_row_ = io->use_scaling ? in ProcessRows()
1633 if (io->use_scaling && !AllocateAndInitRescaler(dec, io)) goto Err; in VP8LDecodeImage()
1635 if (io->use_scaling || WebPIsPremultipliedMode(dec->output_->colorspace)) { in VP8LDecodeImage()
Dbuffer_dec.c191 if (options->use_scaling) { in WebPAllocateDecBuffer()
Dvp8_dec.c331 io->use_scaling = 0; in VP8GetHeaders()
Dio_dec.c563 if (io->use_scaling) { in CustomSetup()
/external/webp/include/webp/
Ddecode.h442 int use_scaling; // if true, scaling is applied _afterward_ member
/external/webp/src/webp/
Ddecode.h442 int use_scaling; // if true, scaling is applied _afterward_ member
/external/skia/src/codec/
DSkWebpCodec.cpp270 config.options.use_scaling = 1; in onGetPixels()
/external/webp/
DREADME691 config.options.use_scaling = 1;