Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8i_dec.h303 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io);
Dvp8_dec.c657 if (!VP8ProcessRow(dec, io)) { in ParseFrame()
Dframe_dec.c501 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io) { in VP8ProcessRow() function
Didec_dec.c488 if (!VP8ProcessRow(dec, io)) { in DecodeRemaining()