Home | History | Annotate | Download | only in libjasper

Lines Matching refs:jas_alloc2

452         compinfos = jas_alloc2(dec->numcomps, sizeof(jas_image_cmptparm_t));
695 if (!(tcomp->rlvls = jas_alloc2(tcomp->numrlvls,
767 if (!(rlvl->bands = jas_alloc2(rlvl->numbands,
800 if (!(band->prcs = jas_alloc2(rlvl->numprcs, sizeof(jpc_dec_prc_t)))) {
837 if (!(prc->cblks = jas_alloc2(prc->numcblks, sizeof(jpc_dec_cblk_t)))) {
1184 if (!(dec->cmpts = jas_alloc2(dec->numcomps, sizeof(jpc_dec_cmpt_t)))) {
1207 if (!(dec->tiles = jas_alloc2(dec->numtiles, sizeof(jpc_dec_tile_t)))) {
1231 if (!(tile->tcomps = jas_alloc2(dec->numcomps,
1492 if (!(cp->ccps = jas_alloc2(cp->numcomps, sizeof(jpc_dec_ccp_t)))) {
2051 if (!(streamlist->streams = jas_alloc2(streamlist->maxstreams,