Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dframe.c558 if (percent_delta && !VP8IteratorProgress(&it, percent_delta)) in OneStatPass()
722 ok = VP8IteratorProgress(&it, 20); in VP8EncLoop()
794 ok = VP8IteratorProgress(&it, 20); in VP8EncTokenLoop()
Dvp8enci.h282 int VP8IteratorProgress(const VP8EncIterator* const it,
Diterator.c85 int VP8IteratorProgress(const VP8EncIterator* const it, int delta) { in VP8IteratorProgress() function
Danalysis.c414 ok = VP8IteratorProgress(it, job->delta_progress); in DoSegmentsJob()