Home
last modified time | relevance | path

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

/external/webp/src/dec/
Ddecode_vp8.h141 int VP8Decode(VP8Decoder* const dec, VP8Io* const io);
Dvp8.c615 int VP8Decode(VP8Decoder* const dec, VP8Io* const io) { in VP8Decode() function
Dwebp.c494 if (!VP8Decode(dec, &io)) { in DecodeInto()