HomeSort by relevance Sort by last modified time
    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