Searched defs:numcmpts (Results 1 – 2 of 2) sorted by relevance
39 opj_image_t* OPJ_CALLCONV opj_image_create(OPJ_UINT32 numcmpts, opj_image_cmptparm_t *cmptparms, OP… in opj_image_create()204 opj_image_t* OPJ_CALLCONV opj_image_tile_create(OPJ_UINT32 numcmpts, opj_image_cmptparm_t *cmptparm… in opj_image_tile_create()
122 int numcmpts = jas_image_numcmpts( m_image ); in ReadHeader() local