Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_enc.h104 uint_fast8_t sampgrdstepx; member
Djpc_enc.c411 ccp->sampgrdstepx = jas_image_cmpthstep(image, cmptno); in cp_create()
948 siz->comps[i].hsamp = cp->ccps[i].sampgrdstepx; in jpc_enc_encodemainhdr()
2068 tlx = JPC_CEILDIV(tile->tlx, ccp->sampgrdstepx); in tcmpt_create()
2070 brx = JPC_CEILDIV(tile->brx, ccp->sampgrdstepx); in tcmpt_create()
2079 cmpttlx = JPC_CEILDIV(cp->imgareatlx, ccp->sampgrdstepx); in tcmpt_create()
Djpc_t2enc.c608 picomp->hsamp = cp->ccps[compno].sampgrdstepx; in jpc_enc_pi_create()