HomeSort by relevance Sort by last modified time
    Searched refs:VP8IteratorNext (Results 1 - 5 of 5) sorted by null

  /external/webp/src/enc/
tree.c 346 } while (VP8IteratorNext(&it, 0));
vp8enci.h 292 int VP8IteratorNext(VP8EncIterator* const it,
analysis.c 355 } while (ok && VP8IteratorNext(&it, it.yuv_in_));
iterator.c 245 int VP8IteratorNext(VP8EncIterator* const it,
frame.c 802 } while (ok && VP8IteratorNext(&it, it.yuv_out_));
868 } while (VP8IteratorNext(&it, it.yuv_out_) && --nb_mbs > 0);

Completed in 475 milliseconds