Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_enc.h477 int cbgwidthexpn; member
Djpc_dec.h427 int cbgwidthexpn; member
Djpc_dec.c751 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()
Djpc_enc.c2198 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()
/external/pdfium/third_party/libopenjpeg20/
Dtcd.c801 OPJ_UINT32 cbgwidthexpn, cbgheightexpn; in opj_tcd_init_tile() local
832 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()