Searched refs:count_down_ (Results 1 – 2 of 2) sorted by relevance
67 it->count_down_ = it->count_down0_ = count_down; in VP8IteratorSetCountDown()71 return (it->count_down_ <= 0); in VP8IteratorIsDone()92 const int done = it->count_down0_ - it->count_down_; in VP8IteratorProgress()325 return (0 < --it->count_down_); in VP8IteratorNext()
247 int count_down_; // number of mb still to be processed member
Completed in 6 milliseconds