Home
last modified time | relevance | path

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

/external/webp/src/dec/
Ddecode_vp8.h84 int fancy_upsampling; member
Dwebp.c817 io->fancy_upsampling = (options == NULL) || (!options->no_fancy_upsampling); in WebPIoInitFromOptions()
824 io->fancy_upsampling = 0; in WebPIoInitFromOptions()
Dio.c155 if (io->fancy_upsampling) { in GetAlphaSourceRow()
541 if (io->fancy_upsampling) { in CustomSetup()
/external/opencv3/3rdparty/libwebp/dec/
Ddecode_vp8.h84 int fancy_upsampling; member
Dwebp.c775 io->fancy_upsampling = (options == NULL) || (!options->no_fancy_upsampling); in WebPIoInitFromOptions()
782 io->fancy_upsampling = 0; in WebPIoInitFromOptions()
Dio.c196 if (io->fancy_upsampling) { in GetAlphaSourceRow()
561 if (io->fancy_upsampling) { in CustomSetup()