Home
last modified time | relevance | path

Searched refs:FinishRow (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/dec/
Dframe.c164 static int FinishRow(VP8Decoder* const dec, VP8Io* const io) { in FinishRow() function
262 ok = FinishRow(dec, io); in VP8ProcessRow()
395 worker->hook = (WebPWorkerHook)FinishRow; in InitThreadContext()
/external/webp/src/dec/
Dframe.c413 static int FinishRow(VP8Decoder* const dec, VP8Io* const io) { in FinishRow() function
522 ok = FinishRow(dec, io); in VP8ProcessRow()
664 worker->hook = (WebPWorkerHook)FinishRow; in InitThreadContext()