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.c 62 it->count_down_ = it->count_down0_ = count_down;
66 return (it->count_down_ <= 0);
88 const int done = it->count_down0_ - it->count_down_;
321 return (0 < --it->count_down_);
vp8enci.h 299 int count_down_; // number of mb still to be processed member in struct:__anon21245

Completed in 221 milliseconds