Searched refs:numcmpts (Results 1 – 2 of 2) sorted by relevance
40 opj_image_t* OPJ_CALLCONV opj_image_create(OPJ_UINT32 numcmpts, in opj_image_create() argument49 image->numcomps = numcmpts; in opj_image_create()60 for (compno = 0; compno < numcmpts; compno++) { in opj_image_create()228 opj_image_t* OPJ_CALLCONV opj_image_tile_create(OPJ_UINT32 numcmpts, in opj_image_tile_create() argument238 image->numcomps = numcmpts; in opj_image_tile_create()249 for (compno = 0; compno < numcmpts; compno++) { in opj_image_tile_create()
1082 OPJ_API opj_image_t* OPJ_CALLCONV opj_image_create(OPJ_UINT32 numcmpts,1101 OPJ_API opj_image_t* OPJ_CALLCONV opj_image_tile_create(OPJ_UINT32 numcmpts,