OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
243
int
count_down_
; // number of mb still to be processed
member in struct:__anon27466
Completed in 132 milliseconds