HomeSort by relevance Sort by last modified time
    Searched refs:count_down_ (Results 1 - 2 of 2) sorted by null

  /external/webp/src/enc/
iterator_enc.c 61 it->count_down_ = it->count_down0_ = count_down;
65 return (it->count_down_ <= 0);
85 const int done = it->count_down0_ - it->count_down_;
318 return (0 < --it->count_down_);
vp8i_enc.h 241 int count_down_; // number of mb still to be processed member in struct:__anon43762

Completed in 73 milliseconds