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