Searched refs:VP8Decode (Results 1 – 3 of 3) sorted by relevance
133 WEBP_EXTERN(int) VP8Decode(VP8Decoder* const dec, VP8Io* const io);
104 if (!VP8Decode(dec, &io)) { in DecodeInto()
731 int VP8Decode(VP8Decoder* const dec, VP8Io* const io) { in VP8Decode() function