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 343 } while (VP8IteratorNext(&it, 0));
vp8enci.h 288 int VP8IteratorNext(VP8EncIterator* const it,
analysis.c 351 } while (VP8IteratorNext(&it, it.yuv_in_));
iterator.c 231 int VP8IteratorNext(VP8EncIterator* const it,
frame.c 601 } while (VP8IteratorNext(&it, it.yuv_out_));
657 } while (VP8IteratorNext(&it, it.yuv_out_) && --nb_mbs > 0);

Completed in 50 milliseconds