OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxpchgs
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libjasper/
jpc_t2cod.h
92
int
maxpchgs
;
member in struct:__anon21749
jpc_t2cod.c
561
pchglist->
maxpchgs
= 0;
574
if (pchglist->numpchgs >= pchglist->
maxpchgs
) {
575
newmaxpchgs = pchglist->
maxpchgs
+ 128;
579
pchglist->
maxpchgs
= newmaxpchgs;
Completed in 1540 milliseconds