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

  /external/opencv3/3rdparty/libwebp/enc/
tree.c 348 } while (VP8IteratorNext(&it, 0));
vp8enci.h 311 int VP8IteratorNext(VP8EncIterator* const it,
frame.c 734 } while (VP8IteratorNext(&it, it.yuv_out_) && --nb_mbs > 0);
897 } while (ok && VP8IteratorNext(&it, it.yuv_out_));
953 } while (ok && VP8IteratorNext(&it, it.yuv_out_));
analysis.c 409 } while (ok && VP8IteratorNext(&it, it.yuv_in_));
iterator.c 247 int VP8IteratorNext(VP8EncIterator* const it,
  /external/webp/src/enc/
tree.c 343 } while (VP8IteratorNext(&it));
vp8enci.h 278 int VP8IteratorNext(VP8EncIterator* const it);
frame.c 561 } while (VP8IteratorNext(&it) && --nb_mbs > 0);
724 } while (ok && VP8IteratorNext(&it));
797 } while (ok && VP8IteratorNext(&it));
analysis.c 415 } while (ok && VP8IteratorNext(it));
iterator.c 311 int VP8IteratorNext(VP8EncIterator* const it) {

Completed in 89 milliseconds