Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_enc.h107 uint_fast8_t sampgrdstepy; member
Djpc_enc.c412 ccp->sampgrdstepy = jas_image_cmptvstep(image, cmptno); in cp_create()
949 siz->comps[i].vsamp = cp->ccps[i].sampgrdstepy; in jpc_enc_encodemainhdr()
2069 tly = JPC_CEILDIV(tile->tly, ccp->sampgrdstepy); in tcmpt_create()
2071 bry = JPC_CEILDIV(tile->bry, ccp->sampgrdstepy); in tcmpt_create()
2080 cmpttly = JPC_CEILDIV(cp->imgareatly, ccp->sampgrdstepy); in tcmpt_create()
Djpc_t2enc.c609 picomp->vsamp = cp->ccps[compno].sampgrdstepy; in jpc_enc_pi_create()