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

  /external/chromium_org/third_party/libwebp/dec/
decode_vp8.h 84 int fancy_upsampling; member in struct:VP8Io
io.c 87 #ifdef FANCY_UPSAMPLING
144 #endif /* FANCY_UPSAMPLING */
179 if (io->fancy_upsampling) {
573 if (io->fancy_upsampling) {
574 #ifdef FANCY_UPSAMPLING
webp.c 810 #ifdef FANCY_UPSAMPLING
811 io->fancy_upsampling = (options == NULL) || (!options->no_fancy_upsampling);
818 io->fancy_upsampling = 0;
  /external/webp/src/dec/
decode_vp8.h 84 int fancy_upsampling; member in struct:VP8Io
io.c 87 #ifdef FANCY_UPSAMPLING
144 #endif /* FANCY_UPSAMPLING */
179 if (io->fancy_upsampling) {
573 if (io->fancy_upsampling) {
574 #ifdef FANCY_UPSAMPLING
webp.c 822 #ifdef FANCY_UPSAMPLING
823 io->fancy_upsampling = (options == NULL) || (!options->no_fancy_upsampling);
830 io->fancy_upsampling = 0;

Completed in 53 milliseconds