Home
last modified time | relevance | path

Searched refs:VP8IteratorNext (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/enc/
Dtree.c343 } while (VP8IteratorNext(&it, 0)); in VP8CodeIntraModes()
Dvp8enci.h288 int VP8IteratorNext(VP8EncIterator* const it,
Dframe.c601 } while (VP8IteratorNext(&it, it.yuv_out_)); in VP8EncLoop()
657 } while (VP8IteratorNext(&it, it.yuv_out_) && --nb_mbs > 0); in OneStatPass()
Danalysis.c351 } while (VP8IteratorNext(&it, it.yuv_in_)); in VP8EncAnalyze()
Diterator.c231 int VP8IteratorNext(VP8EncIterator* const it, in VP8IteratorNext() function