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

  /external/webp/src/dec/
vp8_dec.h 84 int fancy_upsampling; member in struct:VP8Io
io_dec.c 61 #ifdef FANCY_UPSAMPLING
118 #endif /* FANCY_UPSAMPLING */
160 if (io->fancy_upsampling) {
579 if (io->fancy_upsampling) {
580 #ifdef FANCY_UPSAMPLING
webp_dec.c 832 #ifdef FANCY_UPSAMPLING
833 io->fancy_upsampling = (options == NULL) || (!options->no_fancy_upsampling);
840 io->fancy_upsampling = 0;

Completed in 58 milliseconds