Searched refs:VP8InitFrame (Results 1 – 4 of 4) sorted by relevance
287 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io);
31 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io) { in VP8InitFrame() function
748 if (!VP8InitFrame(dec, io)) { in VP8Decode()
328 if (!VP8InitFrame(dec, io)) { in DecodePartition0()