Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8i.h287 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io);
Dframe.c31 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io) { in VP8InitFrame() function
Dvp8.c748 if (!VP8InitFrame(dec, io)) { in VP8Decode()
Didec.c328 if (!VP8InitFrame(dec, io)) { in DecodePartition0()