Home | History | Annotate | Download | only in test

Lines Matching refs:ixs

382             int ixs = cvFloor(xs);
385 if( (unsigned)(ixs - delta - 1) >= (unsigned)scols1 ||
390 if( (unsigned)(ixs - delta) >= (unsigned)scols ||
395 xs -= ixs;
402 const uchar* sptr = sptr0 + iys*step + ixs*cn;
419 const ushort* sptr = (const ushort*)sptr0 + iys*step + ixs*cn;
436 const float* sptr = (const float*)sptr0 + iys*step + ixs*cn;