Searched refs:VP8InitFrame (Results 1 – 4 of 4) sorted by relevance
302 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io);
519 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io) { in VP8InitFrame() function
744 if (ok) ok = VP8InitFrame(dec, io); in VP8Decode()
398 if (!VP8InitFrame(dec, io)) { in DecodePartition0()