Home
last modified time | relevance | path

Searched refs:count_down_ (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/enc/
Diterator.c62 it->count_down_ = it->count_down0_ = count_down; in VP8IteratorSetCountDown()
66 return (it->count_down_ <= 0); in VP8IteratorIsDone()
88 const int done = it->count_down0_ - it->count_down_; in VP8IteratorProgress()
321 return (0 < --it->count_down_); in VP8IteratorNext()
Dvp8enci.h299 int count_down_; // number of mb still to be processed member