Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_t2cod.h92 int maxpchgs; member
Djpc_t2cod.c561 pchglist->maxpchgs = 0; in jpc_pchglist_create()
574 if (pchglist->numpchgs >= pchglist->maxpchgs) { in jpc_pchglist_insert()
575 newmaxpchgs = pchglist->maxpchgs + 128; in jpc_pchglist_insert()
579 pchglist->maxpchgs = newmaxpchgs; in jpc_pchglist_insert()