Searched refs:cbgwidthexpn (Results 1 – 5 of 5) sorted by relevance
477 int cbgwidthexpn; member
427 int cbgwidthexpn; member
751 rlvl->cbgwidthexpn = rlvl->prcwidthexpn; in jpc_dec_tileinit()758 rlvl->cbgwidthexpn = rlvl->prcwidthexpn - 1; in jpc_dec_tileinit()762 rlvl->cbgwidthexpn); in jpc_dec_tileinit()809 cbgxend = cbgxstart + (1 << rlvl->cbgwidthexpn); in jpc_dec_tileinit()881 cbgxstart += 1 << rlvl->cbgwidthexpn; in jpc_dec_tileinit()
2198 rlvl->cbgwidthexpn = rlvl->prcwidthexpn; in rlvl_create()2201 rlvl->cbgwidthexpn = rlvl->prcwidthexpn - 1; in rlvl_create()2204 rlvl->cblkwidthexpn = JAS_MIN(cp->tccp.cblkwidthexpn, rlvl->cbgwidthexpn); in rlvl_create()2386 cbgtlx = tlcbgtlx + (prcxind << rlvl->cbgwidthexpn); in prc_create()2391 (1 << rlvl->cbgwidthexpn)); in prc_create()
801 OPJ_UINT32 cbgwidthexpn, cbgheightexpn; in opj_tcd_init_tile() local832 cbgwidthexpn = l_pdx; in opj_tcd_init_tile()841 cbgwidthexpn = l_pdx - 1; in opj_tcd_init_tile()846 cblkwidthexpn = opj_uint_min(l_tccp->cblkw, cbgwidthexpn); in opj_tcd_init_tile()908 OPJ_INT32 cbgxstart = tlcbgxstart + (OPJ_INT32)(precno % l_res->pw) * (1 << cbgwidthexpn); in opj_tcd_init_tile()910 OPJ_INT32 cbgxend = cbgxstart + (1 << cbgwidthexpn); in opj_tcd_init_tile()