Searched refs:x_right (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
H A Dbrisk.cpp501 const int x_right = int(x1 + 0.5);
507 const float r_x1 = x1 - float(x_right) + 0.5f;
509 const int dx = x_right - x_left - 1;
1081 const int x_right = int(x1 + 0.5);
1087 const float r_x1 = x1 - float(x_right) + 0.5f;
1089 const int dx = x_right - x_left - 1;
2230 const int x_right = int(x1 + 0.5); local
2236 const float r_x1 = x1 - float(x_right) + 0.5f;
2238 const int dx = x_right - x_left - 1;

Completed in 71 milliseconds