Home | History | Annotate | Download | only in src

Lines Matching refs:iys

976             int iys = ys + ofs[x*2+1];                                      \
978 worktype b = scale_alpha_macro( iys & ICV_WARP_MASK ); \
981 iys >>= ICV_WARP_SHIFT; \
984 (unsigned)iys < (unsigned)(ssize.height - 1) ) \
986 const arrtype* ptr = src + step*iys + ixs*cn; \
999 (unsigned)(iys+1) < (unsigned)(ssize.height+1)) \
1002 int y0 = ICV_WARP_CLIP_Y( iys ); \
1004 int y1 = ICV_WARP_CLIP_Y( iys + 1 ); \
1253 int iys = cvFloor(ys); \
1255 float b = ys - iys; \
1259 (unsigned)iys < (unsigned)(ssize.height - 1) ) \
1261 const arrtype* ptr = src + step*iys + ixs*cn; \
1274 (unsigned)(iys+1) < (unsigned)(ssize.height+1)) \
1277 int y0 = ICV_WARP_CLIP_Y( iys ); \
1279 int y1 = ICV_WARP_CLIP_Y( iys + 1 ); \