Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l_dec.c488 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) { in AllocateAndInitRescaler() function
1633 if (io->use_scaling && !AllocateAndInitRescaler(dec, io)) goto Err; in VP8LDecodeImage()