Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_image.c102 static int jas_image_growcmpts(jas_image_t *image, int maxcmpts);
772 static int jas_image_growcmpts(jas_image_t *image, int maxcmpts) in jas_image_growcmpts() argument
777 newcmpts = jas_realloc2(image->cmpts_, maxcmpts, sizeof(jas_image_cmpt_t *)); in jas_image_growcmpts()
782 image->maxcmpts_ = maxcmpts; in jas_image_growcmpts()