Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_t2cod.c569 int newmaxpchgs; in jpc_pchglist_insert() local
575 newmaxpchgs = pchglist->maxpchgs + 128; in jpc_pchglist_insert()
576 if (!(newpchgs = jas_realloc2(pchglist->pchgs, newmaxpchgs, sizeof(jpc_pchg_t *)))) { in jpc_pchglist_insert()
579 pchglist->maxpchgs = newmaxpchgs; in jpc_pchglist_insert()