Lines Matching refs:cblkwidthexpn
435 tccp->cblkwidthexpn = 6; in cp_create()
475 tccp->cblkwidthexpn = in cp_create()
688 if (cp->tccp.cblkwidthexpn < 2 || cp->tccp.cblkwidthexpn > 12) { in cp_create()
690 JPC_POW2(cp->tccp.cblkwidthexpn)); in cp_create()
702 if (cp->tccp.cblkwidthexpn + cp->tccp.cblkheightexpn > 12) { in cp_create()
1026 cod->compparms.cblkwidthval = JPC_COX_CBLKSIZEEXPN(cp->tccp.cblkwidthexpn); in jpc_enc_encodemainhdr()
1317 cod->compparms.cblkwidthval = JPC_COX_CBLKSIZEEXPN(comp->cblkwidthexpn); in jpc_enc_encodemainbody()
2098 tcmpt->cblkwidthexpn = cp->tccp.cblkwidthexpn; in tcmpt_create()
2204 rlvl->cblkwidthexpn = JAS_MIN(cp->tccp.cblkwidthexpn, rlvl->cbgwidthexpn); in rlvl_create()
2398 tlcblktlx = JPC_FLOORTOMULTPOW2(prc->tlx, rlvl->cblkwidthexpn); in prc_create()
2400 brcblkbrx = JPC_CEILTOMULTPOW2(prc->brx, rlvl->cblkwidthexpn); in prc_create()
2403 rlvl->cblkwidthexpn); in prc_create()
2526 tlcblktlx = JPC_FLOORTOMULTPOW2(prc->tlx, rlvl->cblkwidthexpn); in cblk_create()
2528 cblktlx = JAS_MAX(tlcblktlx + (cblkxind << rlvl->cblkwidthexpn), prc->tlx); in cblk_create()
2530 cblkbrx = JAS_MIN(tlcblktlx + ((cblkxind + 1) << rlvl->cblkwidthexpn), in cblk_create()