Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_dec.h598 uint_fast32_t tilexoff; member
Djpc_cs.h207 uint_fast32_t tilexoff; member
Djpc_dec.c1177 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()
Djpc_cs.c495 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()
Djpc_enc.c938 siz->tilexoff = cp->tilegrdoffx; in jpc_enc_encodemainhdr()