Home
last modified time | relevance | path

Searched refs:VP8IteratorSetCountDown (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Diterator_enc.c60 VP8IteratorSetCountDown(it, enc->mb_w_ * enc->mb_h_); // default in VP8IteratorReset()
66 void VP8IteratorSetCountDown(VP8EncIterator* const it, int count_down) { in VP8IteratorSetCountDown() function
Dvp8i_enc.h275 void VP8IteratorSetCountDown(VP8EncIterator* const it, int count_down);
Danalysis_enc.c470 VP8IteratorSetCountDown(&job->it, (end_row - start_row) * enc->mb_w_); in InitSegmentJob()