Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c368 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) { in AllocateAndInitRescaler() function
1225 if (io->use_scaling && !AllocateAndInitRescaler(dec, io)) goto Err; in VP8LDecodeImage()
/external/webp/src/dec/
Dvp8l.c487 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) { in AllocateAndInitRescaler() function
1589 if (io->use_scaling && !AllocateAndInitRescaler(dec, io)) goto Err; in VP8LDecodeImage()