Searched refs:use_scaling (Results 1 – 11 of 11) sorted by relevance
101 int use_scaling; member
817 io->use_scaling = (options != NULL) && (options->use_scaling > 0); in WebPIoInitFromOptions()818 if (io->use_scaling) { in WebPIoInitFromOptions()836 if (io->use_scaling) { in WebPIoInitFromOptions()
806 io->use_scaling ? in ProcessRows()815 dec->last_out_row_ = io->use_scaling ? in ProcessRows()1698 if (io->use_scaling && !AllocateAndInitRescaler(dec, io)) goto Err; in VP8LDecodeImage()1700 if (io->use_scaling) { in VP8LDecodeImage()1705 if (io->use_scaling || WebPIsPremultipliedMode(dec->output_->colorspace)) { in VP8LDecodeImage()
199 if (options->use_scaling) { in WebPAllocateDecBuffer()
331 io->use_scaling = 0; in VP8GetHeaders()
566 if (io->use_scaling) { in CustomSetup()
455 int use_scaling; // if true, scaling is applied _afterward_ member
441 config.options.use_scaling = 1; in onGetPixels()
730 config.options.use_scaling = 1;