Searched refs:VP8IteratorNext (Results 1 – 5 of 5) sorted by relevance
343 } while (VP8IteratorNext(&it)); in VP8CodeIntraModes()
600 } while (VP8IteratorNext(&it) && --nb_mbs > 0); in OneStatPass()765 } while (ok && VP8IteratorNext(&it)); in VP8EncLoop()838 } while (ok && VP8IteratorNext(&it)); in VP8EncTokenLoop()
285 int VP8IteratorNext(VP8EncIterator* const it);
389 } while (ok && VP8IteratorNext(it)); in DoSegmentsJob()
315 int VP8IteratorNext(VP8EncIterator* const it) { in VP8IteratorNext() function