Home
last modified time | relevance | path

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

/external/webp/include/webp/
Ddecode_vp8.h133 WEBP_EXTERN(int) VP8Decode(VP8Decoder* const dec, VP8Io* const io);
/external/webp/src/dec/
Dwebp.c104 if (!VP8Decode(dec, &io)) { in DecodeInto()
Dvp8.c731 int VP8Decode(VP8Decoder* const dec, VP8Io* const io) { in VP8Decode() function