Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_enc.c2162 uint_fast32_t tlprctlx; in rlvl_create() local
2208 tlprctlx = JPC_FLOORTOMULTPOW2(rlvl->tlx, rlvl->prcwidthexpn); in rlvl_create()
2212 rlvl->numhprcs = JPC_FLOORDIVPOW2(brprcbrx - tlprctlx, rlvl->prcwidthexpn); in rlvl_create()
2346 uint_fast32_t tlprctlx; in prc_create() local
2374 tlprctlx = JPC_FLOORTOMULTPOW2(rlvl->tlx, rlvl->prcwidthexpn); in prc_create()
2377 tlcbgtlx = tlprctlx; in prc_create()
2380 tlcbgtlx = JPC_CEILDIVPOW2(tlprctlx, 1); in prc_create()