Searched refs:VP8IteratorNext (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dtree.c348 } while (VP8IteratorNext(&it, 0));
H A Dvp8enci.h311 int VP8IteratorNext(VP8EncIterator* const it,
H A Dframe.c734 } 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_));
H A Danalysis.c409 } while (ok && VP8IteratorNext(&it, it.yuv_in_));
H A Diterator.c247 int VP8IteratorNext(VP8EncIterator* const it, function
/external/webp/src/enc/
H A Dtree.c348 } while (VP8IteratorNext(&it, 0));
H A Dvp8enci.h311 int VP8IteratorNext(VP8EncIterator* const it,
H A Dframe.c734 } 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_));
H A Danalysis.c409 } while (ok && VP8IteratorNext(&it, it.yuv_in_));
H A Diterator.c247 int VP8IteratorNext(VP8EncIterator* const it, function

Completed in 748 milliseconds