Lines Matching refs:cblkheightexpn
436 tccp->cblkheightexpn = 6; in cp_create()
479 tccp->cblkheightexpn = in cp_create()
695 if (cp->tccp.cblkheightexpn < 2 || cp->tccp.cblkheightexpn > 12) { in cp_create()
697 JPC_POW2(cp->tccp.cblkheightexpn)); in cp_create()
702 if (cp->tccp.cblkwidthexpn + cp->tccp.cblkheightexpn > 12) { in cp_create()
1027 cod->compparms.cblkheightval = JPC_COX_CBLKSIZEEXPN(cp->tccp.cblkheightexpn); in jpc_enc_encodemainhdr()
1318 cod->compparms.cblkheightval = JPC_COX_CBLKSIZEEXPN(comp->cblkheightexpn); in jpc_enc_encodemainbody()
2099 tcmpt->cblkheightexpn = cp->tccp.cblkheightexpn; in tcmpt_create()
2205 rlvl->cblkheightexpn = JAS_MIN(cp->tccp.cblkheightexpn, rlvl->cbgheightexpn); in rlvl_create()
2399 tlcblktly = JPC_FLOORTOMULTPOW2(prc->tly, rlvl->cblkheightexpn); in prc_create()
2401 brcblkbry = JPC_CEILTOMULTPOW2(prc->bry, rlvl->cblkheightexpn); in prc_create()
2405 rlvl->cblkheightexpn); in prc_create()
2527 tlcblktly = JPC_FLOORTOMULTPOW2(prc->tly, rlvl->cblkheightexpn); in cblk_create()
2529 cblktly = JAS_MAX(tlcblktly + (cblkyind << rlvl->cblkheightexpn), prc->tly); in cblk_create()
2532 cblkbry = JAS_MIN(tlcblktly + ((cblkyind + 1) << rlvl->cblkheightexpn), in cblk_create()