Searched refs:rStep (Results 1 – 3 of 3) sorted by relevance
100 int lStep, rStep; in findMinFocusStep() local102 rStep = startWith; in findMinFocusStep()105 while (lStep < rStep) in findMinFocusStep()107 int mStep = (lStep + rStep) / 2; in findMinFocusStep()111 rStep = mStep; in findMinFocusStep()
288 double rStep = r / 2; in bruteMinT() local331 r += stepUp ? rStep : -rStep; in bruteMinT()332 rStep /= 2; in bruteMinT()333 } while (rStep > FLT_EPSILON); in bruteMinT()340 rStep = r / 2; in bruteMinT()378 r += success ? -rStep : rStep; in bruteMinT()379 rStep /= 2; in bruteMinT()380 } while (rStep > FLT_EPSILON); in bruteMinT()381 } while (rStep > FLT_EPSILON); in bruteMinT()
719 …int rStep = CV_IS_MAT_CONT( responses->type ) ? 1 : responses->step / CV_ELEM_SIZE( responses->typ… in get_class_labels() local726 labelsBuf[si] = (int)responses->data.fl[sidx*rStep]; in get_class_labels()