Home
last modified time | relevance | path

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

/external/webp/src/enc/
Diterator_enc.c67 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()
Dvp8i_enc.h248 int count_down0_; // starting counter value (for progress) member