Lines Matching defs:roi_shift
128 uint8_t roi_shift[4];
658 s->roi_shift[compno] = v;
665 s->tile[s->curtileno].comp[compno].roi_shift = v;
1045 if (!comp->roi_shift)
1046 comp->roi_shift = s->roi_shift[compno];
1760 int width, int height, int bandpos, uint8_t roi_shift)
1762 int passno = cblk->npasses, pass_t = 2, bpno = cblk->nonzerobits - 1 + roi_shift;
1843 uint8_t roi_shift;
1845 roi_shift = comp->roi_shift;
1848 if (val > (1 << roi_shift))
1849 return (quan_parameter < 0)?-(val >> roi_shift):(val >> roi_shift);
1993 bandpos, comp->roi_shift);
2001 if (comp->roi_shift)