Searched refs:VP8LDecodeHeader (Results 1 – 4 of 4) sorted by relevance
116 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
498 if (!VP8LDecodeHeader(dec, &io)) { in DecodeInto()
534 if (!VP8LDecodeHeader(dec, io)) { in DecodeVP8LHeader()
1645 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io) { in VP8LDecodeHeader() function