Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_image.c774 jas_image_cmpt_t **newcmpts; in jas_image_growcmpts() local
777 newcmpts = jas_realloc2(image->cmpts_, maxcmpts, sizeof(jas_image_cmpt_t *)); in jas_image_growcmpts()
778 if (!newcmpts) { in jas_image_growcmpts()
781 image->cmpts_ = newcmpts; in jas_image_growcmpts()