Searched refs:VP8IteratorProgress (Results 1 – 4 of 4) sorted by relevance
730 if (percent_delta && !VP8IteratorProgress(&it, percent_delta)) in OneStatPass()894 ok = VP8IteratorProgress(&it, 20); in VP8EncLoop()944 ok = VP8IteratorProgress(&it, 20); in VP8EncTokenLoop()
311 int VP8IteratorProgress(const VP8EncIterator* const it,
405 ok = VP8IteratorProgress(&it, 20); in VP8EncAnalyze()
72 int VP8IteratorProgress(const VP8EncIterator* const it, int delta) { in VP8IteratorProgress() function