Searched refs:VP8IteratorProgress (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h337 int VP8IteratorProgress(const VP8EncIterator* const it,
H A Dframe.c562 if (percent_delta && !VP8IteratorProgress(&it, percent_delta))
726 ok = VP8IteratorProgress(&it, 20);
798 ok = VP8IteratorProgress(&it, 20);
H A Danalysis.c407 ok = VP8IteratorProgress(it, job->delta_progress);
H A Diterator.c85 int VP8IteratorProgress(const VP8EncIterator* const it, int delta) { function
/external/webp/src/enc/
H A Dvp8enci.h337 int VP8IteratorProgress(const VP8EncIterator* const it,
H A Dframe.c562 if (percent_delta && !VP8IteratorProgress(&it, percent_delta))
726 ok = VP8IteratorProgress(&it, 20);
798 ok = VP8IteratorProgress(&it, 20);
H A Danalysis.c407 ok = VP8IteratorProgress(it, job->delta_progress);
H A Diterator.c85 int VP8IteratorProgress(const VP8EncIterator* const it, int delta) { function

Completed in 169 milliseconds