Searched refs:x_above (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/features2d/src/ |
D | brisk.cpp | 993 const int x_above = sixths_x / 6; in getScoreAbove() local 1001 & ((r_x_1 * r_y_1 * l.getAgastScore(x_above, y_above, 1) + r_x * r_y_1 in getScoreAbove() 1002 … * l.getAgastScore(x_above + 1, y_above, 1) in getScoreAbove() 1003 + r_x_1 * r_y * l.getAgastScore(x_above, y_above + 1, 1) in getScoreAbove() 1004 + r_x * r_y * l.getAgastScore(x_above + 1, y_above + 1, 1) + 18) in getScoreAbove() 1012 const int x_above = eighths_x / 8; in getScoreAbove() local 1020 & ((r_x_1 * r_y_1 * l.getAgastScore(x_above, y_above, 1) + r_x * r_y_1 in getScoreAbove() 1021 … * l.getAgastScore(x_above + 1, y_above, 1) in getScoreAbove() 1022 + r_x_1 * r_y * l.getAgastScore(x_above, y_above + 1, 1) in getScoreAbove() 1023 + r_x * r_y * l.getAgastScore(x_above + 1, y_above + 1, 1) + 32) in getScoreAbove()
|