Searched refs:no_fancy_upsampling (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libwebp/webp/
H A Ddecode.h381 config.no_fancy_upsampling = 1;
436 int no_fancy_upsampling; // if true, use faster pointwise upsampler member in struct:WebPDecoderOptions
/external/webp/include/webp/
H A Ddecode.h384 config.no_fancy_upsampling = 1;
434 int no_fancy_upsampling; // if true, use faster pointwise upsampler member in struct:WebPDecoderOptions
/external/webp/src/webp/
H A Ddecode.h384 config.no_fancy_upsampling = 1;
434 int no_fancy_upsampling; // if true, use faster pointwise upsampler member in struct:WebPDecoderOptions
/external/opencv3/3rdparty/libwebp/dec/
H A Dwebp.c775 io->fancy_upsampling = (options == NULL) || (!options->no_fancy_upsampling);
/external/webp/src/dec/
H A Dwebp.c817 io->fancy_upsampling = (options == NULL) || (!options->no_fancy_upsampling);

Completed in 137 milliseconds