Lines Matching defs:step
45 int step = comp.step;
51 int skip = x * step + comp.offset;
59 shift -= step;
67 x * step + comp.offset;
82 p += step;
108 int step = comp.step;
114 int skip = x * step + comp.offset;
120 shift -= step;
127 x * step + comp.offset;
133 p += step;
155 p += step;
2636 steps[comp->plane] = comp->step << s;
2739 av_assert0(!c->plane && !c->step && !c->offset && !c->shift && !c->depth);
2743 av_assert0(c->step >= c->depth);
2745 av_assert0(8*c->step >= c->depth);