Searched refs:VP8Decode (Results 1 – 3 of 3) sorted by relevance
141 int VP8Decode(VP8Decoder* const dec, VP8Io* const io);
670 int VP8Decode(VP8Decoder* const dec, VP8Io* const io) { in VP8Decode() function
487 if (!VP8Decode(dec, &io)) { in DecodeInto()