Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8_dec.h141 int VP8Decode(VP8Decoder* const dec, VP8Io* const io);
Dvp8_dec.c670 int VP8Decode(VP8Decoder* const dec, VP8Io* const io) { in VP8Decode() function
Dwebp_dec.c487 if (!VP8Decode(dec, &io)) { in DecodeInto()