Lines Matching refs:ccp
354 jpc_enc_ccp_t *ccp; in cp_create() local
409 for (cmptno = 0, ccp = cp->ccps; cmptno < JAS_CAST(int, cp->numcmpts); ++cmptno, in cp_create()
410 ++ccp) { in cp_create()
411 ccp->sampgrdstepx = jas_image_cmpthstep(image, cmptno); in cp_create()
412 ccp->sampgrdstepy = jas_image_cmptvstep(image, cmptno); in cp_create()
414 ccp->sampgrdsubstepx = 0; in cp_create()
415 ccp->sampgrdsubstepx = 0; in cp_create()
416 ccp->prec = jas_image_cmptprec(image, cmptno); in cp_create()
417 ccp->sgnd = jas_image_cmptsgnd(image, cmptno); in cp_create()
418 ccp->numstepsizes = 0; in cp_create()
419 memset(ccp->stepsizes, 0, sizeof(ccp->stepsizes)); in cp_create()
2053 jpc_enc_ccp_t *ccp; in tcmpt_create() local
2064 ccp = &cp->ccps[cmptno]; in tcmpt_create()
2068 tlx = JPC_CEILDIV(tile->tlx, ccp->sampgrdstepx); in tcmpt_create()
2069 tly = JPC_CEILDIV(tile->tly, ccp->sampgrdstepy); in tcmpt_create()
2070 brx = JPC_CEILDIV(tile->brx, ccp->sampgrdstepx); in tcmpt_create()
2071 bry = JPC_CEILDIV(tile->bry, ccp->sampgrdstepy); in tcmpt_create()
2079 cmpttlx = JPC_CEILDIV(cp->imgareatlx, ccp->sampgrdstepx); in tcmpt_create()
2080 cmpttly = JPC_CEILDIV(cp->imgareatly, ccp->sampgrdstepy); in tcmpt_create()