Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8i.h297 int VP8FinishRow(VP8Decoder* const dec, VP8Io* const io);
Dframe.c252 int VP8FinishRow(VP8Decoder* const dec, VP8Io* io) { in VP8FinishRow() function
Didec.c389 if (!VP8FinishRow(dec, io)) { in DecodeRemaining()
Dvp8.c707 if (!VP8FinishRow(dec, io)) { in ParseFrame()