Searched refs:tilegrdoffx (Results 1 – 2 of 2) sorted by relevance
386 cp->tilegrdoffx = UINT_FAST32_MAX; in cp_create()457 cp->tilegrdoffx = atoi(jas_tvparser_getval(tvp)); in cp_create()584 if (cp->tilegrdoffx == UINT_FAST32_MAX) { in cp_create()585 cp->tilegrdoffx = cp->imgareatlx; in cp_create()591 cp->tilewidth = cp->refgrdwidth - cp->tilegrdoffx; in cp_create()641 if (cp->tilegrdoffx > cp->imgareatlx || in cp_create()643 cp->tilegrdoffx + cp->tilewidth < cp->imgareatlx || in cp_create()646 (unsigned long) cp->tilegrdoffx, (unsigned long) in cp_create()651 cp->numhtiles = JPC_CEILDIV(cp->refgrdwidth - cp->tilegrdoffx, in cp_create()938 siz->tilexoff = cp->tilegrdoffx; in jpc_enc_encodemainhdr()[all …]
213 uint_fast32_t tilegrdoffx; member