Searched refs:VP8LDecodeHeader (Results 1 – 4 of 4) sorted by relevance
113 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
505 if (!VP8LDecodeHeader(dec, &io)) { in DecodeInto()
511 if (!VP8LDecodeHeader(dec, io)) { in DecodeVP8LHeader()
1323 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io) { in VP8LDecodeHeader() function