Home
last modified time | relevance | path

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

/external/ceres-solver/examples/
Dlibmv_homography.cc284 : options_(options), x1_(x1), x2_(x2), H_(H) {} in TerminationCheckingCallback()
295 for (int i = 0; i < x1_.cols(); i++) { in operator ()()
297 x1_.col(i), in operator ()()
300 average_distance /= x1_.cols(); in operator ()()
311 const Mat &x1_; member in __anon2f9807130111::TerminationCheckingCallback
Dnist.cc391 : x1_(x[0]), x2_(x[1]), y_(y[0]) {} in Nelson()
396 residual[0] = T(log(y_)) - (b[0] - b[1] * T(x1_) * exp(-b[2] * T(x2_))); in operator ()()
401 double x1_; member
/external/pdfium/core/src/fxge/agg/agg23/
Dagg_rendering_buffer.h32 row_data(int x1_, int x2_, const int8u* ptr_) : in row_data()
33 x1(x1_), x2(x2_), ptr(ptr_) {} in row_data()
Dagg_basics.h68 rect_base(T x1_, T y1_, T x2_, T y2_) : in rect_base()
69 x1(x1_), y1(y1_), x2(x2_), y2(y2_) {} in rect_base()