Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/tests/fuzzer/
H A Dadvanced_api_fuzzer.c53 config.options.use_scaling = 1; in LLVMFuzzerTestOneInput()
77 if (config.options.use_scaling) { in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/webp/src/dec/
H A Dwebp_dec.c843 io->use_scaling = (options != NULL) && options->use_scaling; in WebPIoInitFromOptions()
844 if (io->use_scaling) { in WebPIoInitFromOptions()
862 if (io->use_scaling) { in WebPIoInitFromOptions()
H A Dvp8l_dec.c833 io->use_scaling ? in ProcessRows()
842 dec->last_out_row_ = io->use_scaling ? in ProcessRows()
1734 if (io->use_scaling && !AllocateAndInitRescaler(dec, io)) goto Err; in VP8LDecodeImage()
1736 if (io->use_scaling) { in VP8LDecodeImage()
1741 if (io->use_scaling || WebPIsPremultipliedMode(dec->output_->colorspace)) { in VP8LDecodeImage()
H A Dvp8_dec.h102 int use_scaling; member
H A Dbuffer_dec.c197 if (options->use_scaling) { in WebPAllocateDecBuffer()
H A Dvp8_dec.c338 io->use_scaling = 0; in VP8GetHeaders()
H A Dio_dec.c579 if (io->use_scaling) { in CustomSetup()
/aosp_15_r20/external/webp/examples/
H A Ddwebp.c123 if (config->options.use_scaling) { in AllocateExternalBuffer()
277 config.options.use_scaling = 1; in main()
/aosp_15_r20/external/webp/src/webp/
H A Ddecode.h453 int use_scaling; // if true, scaling is applied _afterward_ member
/aosp_15_r20/external/skia/src/codec/
H A DSkWebpCodec.cpp443 config.options.use_scaling = 1; in onGetPixels()
/aosp_15_r20/external/webp/doc/
H A Dapi.md190 config.options.use_scaling = 1;
/aosp_15_r20/external/webp/
H A DChangeLog605 b6cf52d5 WebPIoInitFromOptions: treat use_scaling as a bool