Home
last modified time | relevance | path

Searched refs:fancy_upsampling (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dec/
Dvp8_dec.h84 int fancy_upsampling; member
Dwebp_dec.c833 io->fancy_upsampling = (options == NULL) || (!options->no_fancy_upsampling); in WebPIoInitFromOptions()
840 io->fancy_upsampling = 0; in WebPIoInitFromOptions()
Dio_dec.c160 if (io->fancy_upsampling) { in GetAlphaSourceRow()
579 if (io->fancy_upsampling) { in CustomSetup()