Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8li_dec.h116 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
Dwebp_dec.c498 if (!VP8LDecodeHeader(dec, &io)) { in DecodeInto()
Didec_dec.c534 if (!VP8LDecodeHeader(dec, io)) { in DecodeVP8LHeader()
Dvp8l_dec.c1645 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io) { in VP8LDecodeHeader() function