Home
last modified time | relevance | path

Searched refs:VP8InitFrame (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dec/
Dvp8i.h302 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io);
Dframe.c519 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io) { in VP8InitFrame() function
Dvp8.c744 if (ok) ok = VP8InitFrame(dec, io); in VP8Decode()
Didec.c398 if (!VP8InitFrame(dec, io)) { in DecodePartition0()