Home
last modified time | relevance | path

Searched refs:cblkheightexpn (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djpc_enc.h168 uint_fast16_t cblkheightexpn; member
488 uint_fast16_t cblkheightexpn; member
536 int cblkheightexpn; member
Djpc_dec.h159 uint_fast8_t cblkheightexpn; member
438 uint_fast16_t cblkheightexpn; member
Djpc_enc.c436 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()
[all …]
Djpc_dec.c763 rlvl->cblkheightexpn = JAS_MIN(ccp->cblkheightexpn, in jpc_dec_tileinit()
819 rlvl->cblkheightexpn) << rlvl->cblkheightexpn; in jpc_dec_tileinit()
823 rlvl->cblkheightexpn) << rlvl->cblkheightexpn; in jpc_dec_tileinit()
827 rlvl->cblkheightexpn; in jpc_dec_tileinit()
845 cblkyend = cblkystart + (1 << rlvl->cblkheightexpn); in jpc_dec_tileinit()
872 cblkystart += 1 << rlvl->cblkheightexpn; in jpc_dec_tileinit()
1504 ccp->cblkheightexpn = 0; in jpc_dec_cp_create()
1660 ccp->cblkheightexpn = JPC_COX_GETCBLKSIZEEXPN( in jpc_dec_cp_setfromcox()
/external/pdfium/third_party/libopenjpeg20/
Dtcd.c802 OPJ_UINT32 cblkwidthexpn, cblkheightexpn; in opj_tcd_init_tile() local
847 cblkheightexpn = opj_uint_min(l_tccp->cblkh, cbgheightexpn); in opj_tcd_init_tile()
926 …ystart = opj_int_floordivpow2(l_current_precinct->y0, (OPJ_INT32)cblkheightexpn) << cblkheightexpn; in opj_tcd_init_tile()
930 …blkyend = opj_int_ceildivpow2(l_current_precinct->y1, (OPJ_INT32)cblkheightexpn) << cblkheightexpn; in opj_tcd_init_tile()
933 l_current_precinct->ch = (OPJ_UINT32)((brcblkyend - tlcblkystart) >> cblkheightexpn); in opj_tcd_init_tile()
995 …2 cblkystart = tlcblkystart + (OPJ_INT32)(cblkno / l_current_precinct->cw) * (1 << cblkheightexpn); in opj_tcd_init_tile()
997 OPJ_INT32 cblkyend = cblkystart + (1 << cblkheightexpn); in opj_tcd_init_tile()