Home | History | Annotate | Download | only in src

Lines Matching defs:sstep

1484         int sstep = int(src.step / src.elemSize1()), dstep = int(dst.step / dst.elemSize1());
1502 D[blue<<1] = (S[-sstep] + S[sstep]) >> 1;
1510 int delta = vecOp.bayer2RGB_EA(S - sstep - 1, sstep, D, size.width, blue);
1519 D[1] = (std::abs(S[-1] - S[1]) > std::abs(S[sstep] - S[-sstep]) ? (S[sstep] + S[-sstep] + 1) : (S[-1] + S[1] + 1)) >> 1;
1520 D[2] = (S[-sstep-1] + S[-sstep+1] + S[sstep-1] + S[sstep+1]) >> 2;
1524 D[5] = (S[-sstep+1] + S[sstep+1] + 1) >> 1;
1529 D[0] = (S[-sstep-1] + S[-sstep+1] + S[sstep-1] + S[sstep+1] + 2) >> 2;
1530 D[1] = (std::abs(S[-1] - S[1]) > std::abs(S[sstep] - S[-sstep]) ? (S[sstep] + S[-sstep] + 1) : (S[-1] + S[1] + 1)) >> 1;
1533 D[3] = (S[-sstep+1] + S[sstep+1] + 1) >> 1;
1540 D[blue<<1] = (S[-sstep-1] + S[-sstep+1] + S[sstep-1] + S[sstep+1] + 2) >> 2;
1541 sstep] - S[-sstep]) ? (S[sstep] + S[-sstep] + 1) : (S[-1] + S[1] + 1)) >> 1;