Searched refs:count_down0_ (Results 1 – 2 of 2) sorted by relevance
61 it->count_down_ = it->count_down0_ = count_down; in VP8IteratorSetCountDown()85 const int done = it->count_down0_ - it->count_down_; in VP8IteratorProgress()86 const int percent = (it->count_down0_ <= 0) in VP8IteratorProgress()88 : it->percent0_ + delta * done / it->count_down0_; in VP8IteratorProgress()
242 int count_down0_; // starting counter value (for progress) member