Home
last modified time | relevance | path

Searched refs:VP8LDecodeHeader (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dec/
Dvp8li.h113 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
Dwebp.c505 if (!VP8LDecodeHeader(dec, &io)) { in DecodeInto()
Didec.c511 if (!VP8LDecodeHeader(dec, io)) { in DecodeVP8LHeader()
Dvp8l.c1323 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io) { in VP8LDecodeHeader() function