HomeSort by relevance Sort by last modified time
    Searched refs:no_fancy_upsampling (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libwebp/webp/
decode.h 381 config.no_fancy_upsampling = 1;
436 int no_fancy_upsampling; // if true, use faster pointwise upsampler member in struct:WebPDecoderOptions
  /external/webp/include/webp/
decode.h 381 config.no_fancy_upsampling = 1;
436 int no_fancy_upsampling; // if true, use faster pointwise upsampler member in struct:WebPDecoderOptions
  /external/webp/examples/
dwebp.c 397 config.options.no_fancy_upsampling = 1;
  /external/chromium_org/third_party/libwebp/dec/
webp.c 811 io->fancy_upsampling = (options == NULL) || (!options->no_fancy_upsampling);
  /external/webp/src/dec/
webp.c 823 io->fancy_upsampling = (options == NULL) || (!options->no_fancy_upsampling);

Completed in 40 milliseconds