Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8i.h283 int VP8InitFrame(VP8Decoder* const dec, VP8Io* const io);
Dvp8.c629 if (ok) ok = VP8InitFrame(dec, io); in VP8Decode()
Dframe.c814 int VP8InitFrame(VP8Decoder* const dec, VP8Io* const io) { in VP8InitFrame() function
Didec.c436 if (!VP8InitFrame(dec, io)) { in DecodePartition0()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8i.h305 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io);
Dframe.c521 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io) { in VP8InitFrame() function
Dvp8.c746 if (ok) ok = VP8InitFrame(dec, io); in VP8Decode()
Didec.c424 if (!VP8InitFrame(dec, io)) { in DecodePartition0()