Searched refs:tilexoff (Results 1 – 5 of 5) sorted by relevance
598 uint_fast32_t tilexoff; member
207 uint_fast32_t tilexoff; member
1177 dec->tilexoff = siz->tilexoff; in jpc_dec_process_siz()1204 dec->numhtiles = JPC_CEILDIV(dec->xend - dec->tilexoff, dec->tilewidth); in jpc_dec_process_siz()1217 tile->xstart = JAS_MAX(dec->tilexoff + htileno * dec->tilewidth, in jpc_dec_process_siz()1221 tile->xend = JAS_MIN(dec->tilexoff + (htileno + 1) * in jpc_dec_process_siz()1858 dec->tilexoff = 0; in jpc_dec_create()
495 jpc_getuint32(in, &siz->tilexoff) || in jpc_siz_getparms()541 jpc_putuint32(out, siz->tilexoff) || in jpc_siz_putparms()565 "tileyoff = %d;\n", (int)siz->tilewidth, (int)siz->tileheight, (int)siz->tilexoff, in jpc_siz_dumpparms()
938 siz->tilexoff = cp->tilegrdoffx; in jpc_enc_encodemainhdr()