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