Home | History | Annotate | Download | only in src

Lines Matching refs:_y

1630             float _x = mapx[j], _y = mapy[j];                               \
1631 int ix = cvFloor(_x), iy = cvFloor(_y); \
1637 _x -= ix; _y -= iy; \
1643 dst[j*cn + k] = (arrtype)cast_macro(t0 + _y*(t1 - t0)); \