Home | History | Annotate | Download | only in test

Lines Matching full:fsx1

473         double fsx0 = 0, fsx1 = scale_x;
478 int isx0 = cvFloor(fsx0), isx1 = std::min(ssize.width - 1, cvFloor(fsx1));
494 double wx = getWeight(fsx0, fsx1, sx);
505 fsx1 = std::min((fsx0 = fsx1) + scale_x, static_cast<double>(ssize.width));