Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Diterator_enc.c67 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()
A Dvp8i_enc.h247 int count_down_; // number of mb still to be processed member

Completed in 6 milliseconds