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