Lines Matching refs:fRound
73 step.sigma_size = fRound(step.esigma);
195 int sigma_size_ = fRound(evolution[i].esigma * options_.derivative_factor / ratio);
304 sigma_size_ = fRound(point.size / ratio);
333 left_x = fRound(point.pt.x - smax*sigma_size_) - 1;
334 right_x = fRound(point.pt.x + smax*sigma_size_) + 1;
335 up_y = fRound(point.pt.y - smax*sigma_size_) - 1;
336 down_y = fRound(point.pt.y + smax*sigma_size_) + 1;
406 x = fRound(kpts[i].pt.x / ratio);
407 y = fRound(kpts[i].pt.y / ratio);
796 s = fRound(0.5f*kpt.size / ratio);
804 iy = fRound(yf + j*s);
805 ix = fRound(xf + i*s);
879 scale = fRound(0.5f*kpt.size / ratio);
1002 scale = fRound(0.5f*kpt.size / ratio);
1041 y1 = fRound(sample_y - 0.5f);
1042 x1 = fRound(sample_x - 0.5f);
1044 y2 = fRound(sample_y + 0.5f);
1045 x2 = fRound(sample_x + 0.5f);
1123 scale = fRound(0.5f*kpt.size / ratio);
1144 y1 = fRound(sample_y);
1145 x1 = fRound(sample_x);
1205 y1 = fRound(sample_y);
1206 x1 = fRound(sample_x);
1267 y1 = fRound(sample_y);
1268 x1 = fRound(sample_x);
1333 int y1 = fRound(sample_y);
1334 int x1 = fRound(sample_x);
1406 float scale = (float)fRound(0.5f*kpt.size / ratio);
1443 int scale = fRound(0.5f*kpt.size / ratio);
1474 fRound(sample_y);
1475 x1 = fRound(sample_x);
1537 int scale = fRound(0.5f*kpt.size / ratio);
1562 y1 = fRound(sample_y);
1563 x1 = fRound(sample_x);