Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8i.h301 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io);
Dvp8.c596 if (!VP8ProcessRow(dec, io)) { in ParseFrame()
Dframe.c511 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io) { in VP8ProcessRow() function
Didec.c480 if (!VP8ProcessRow(dec, io)) { in DecodeRemaining()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8i.h317 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io);
Dframe.c255 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io) { in VP8ProcessRow() function
Dvp8.c698 if (!VP8ProcessRow(dec, io)) { in ParseFrame()
Didec.c463 if (!VP8ProcessRow(dec, io)) { in DecodeRemaining()