Home
last modified time | relevance | path

Searched refs:r_y_1 (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
Dbrisk.cpp475 const int r_y_1 = (1024 - r_y); in smoothedIntensity() local
479 ret_val = r_x_1 * r_y_1 * ptr[0] + r_x * r_y_1 * ptr[1] + in smoothedIntensity()
506 const float r_y_1 = float(y_top) - y_1 + 0.5f; in smoothedIntensity() local
511 const int A = (int)((r_x_1 * r_y_1) * scaling); in smoothedIntensity()
512 const int B = (int)((r_x1 * r_y_1) * scaling); in smoothedIntensity()
516 const int r_y_1_i = (int)(r_y_1 * scaling); in smoothedIntensity()
999 const int r_y_1 = 6 - r_y; in getScoreAbove() local
1001 & ((r_x_1 * r_y_1 * l.getAgastScore(x_above, y_above, 1) + r_x * r_y_1 in getScoreAbove()
1018 const int r_y_1 = 8 - r_y; in getScoreAbove() local
1020 & ((r_x_1 * r_y_1 * l.getAgastScore(x_above, y_above, 1) + r_x * r_y_1 in getScoreAbove()
[all …]