Searched defs:y_ (Results 1 - 25 of 36) sorted by path

12

/external/ceres-solver/examples/
H A Dcurve_fitting.cc123 : x_(x), y_(y) {}
128 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]);
134 const double y_; member in struct:ExponentialResidual
H A Dellipse_approximation.cc276 : num_segments_(num_segments), y_(y) {
299 residuals[0] = y_[0] - ((1.0 - u) * x[1 + i0][0] + u * x[1 + i1][0]);
300 residuals[1] = y_[1] - ((1.0 - u) * x[1 + i0][1] + u * x[1 + i1][1]);
336 const Eigen::Vector2d y_; member in class:PointToLineSegmentContourCostFunction
H A Dlibmv_homography.cc249 : x_(x), y_(y) { }
258 Vec2 y(T(y_(0)), T(y_(1)));
269 const Vec2 y_; member in class:__anon1751::HomographySymmetricGeometricCostFunctor
H A Dnist.cc254 : x_(*x), y_(*y) {} \
256 double y_; \
259 const T y(y_); \
391 : x1_(x[0]), x2_(x[1]), y_(y[0]) {}
396 residual[0] = T(log(y_)) - (b[0] - b[1] * T(x1_) * exp(-b[2] * T(x2_)));
403 double y_; member in struct:ceres::examples::Nelson
H A Drobust_curve_fitting.cc125 : x_(x), y_(y) {}
130 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]);
136 const double y_; member in struct:ExponentialResidual
/external/ceres-solver/internal/ceres/
H A Ddynamic_autodiff_cost_function_test.cc315 y_.resize(2);
316 y_[0] = 1.0;
317 y_[1] = 3.0;
326 parameter_blocks_[1] = &y_[0];
345 jacobian_vect_[1].resize(7 * y_.size(), -100000);
350 const double sum_y = y_[0] + 2.0 * y_[1];
414 vector<double> y_; member in class:ceres::internal::ThreeParameterCostFunctorTest
H A Ddynamic_numeric_diff_cost_function_test.cc316 y_.resize(2);
317 y_[0] = 1.0;
318 y_[1] = 3.0;
327 parameter_blocks_[1] = &y_[0];
346 jacobian_vect_[1].resize(7 * y_.size(), -100000);
351 const double sum_y = y_[0] + 2.0 * y_[1];
415 vector<double> y_; member in class:ceres::internal::ThreeParameterCostFunctorTest
H A Dparameter_block_ordering_test.cc67 problem_.AddParameterBlock(y_, 4);
72 problem_.AddResidualBlock(new DummyCostFunction<6, 5, 4>, NULL, z_, y_);
80 double x_[3], y_[4], z_[5], w_[6]; member in class:ceres::internal::SchurOrderingTest
126 problem_.SetParameterBlockConstant(y_);
/external/chromium_org/cc/resources/
H A Dlayer_quad.h25 Edge() : x_(0), y_(0), z_(0) {}
29 float y() const { return y_; }
33 void set_y(float y) { y_ = y; }
37 y_ = y;
42 void move_y(float dy) { y_ += dy; }
46 y_ += dy;
51 void scale_y(float sy) { y_ *= sy; }
55 y_ *= sy;
68 float y_; member in class:cc::LayerQuad::Edge
/external/chromium_org/chrome/test/chromedriver/
H A Dbasic_types.cc13 void WebPoint::Offset(int x_, int y_) { argument
15 y += y_;
/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_mac.h118 SurfaceVertex() : x_(0.0f), y_(0.0f), tx_(0.0f), ty_(0.0f) { }
121 y_ = y;
127 y_ = y;
134 float y_; member in struct:content::CompositingIOSurfaceMac::SurfaceVertex
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc267 ScalerHolder y_; member in class:content::GLHelper::CopyTextureToImpl::ReadbackYUVImpl
308 TextureFrameBufferPair y_; member in class:content::GLHelper::CopyTextureToImpl::ReadbackYUV_MRT
1049 y_(gl,
1112 y_.Scale(scaler_.texture());
1125 copy_impl_->ReadbackPlane(y_.texture_and_framebuffer(),
1195 y_(gl, gfx::Size((dst_subrect.width() + 3) / 4, dst_subrect.height())),
1245 outputs[0] = y_.texture();
1263 copy_impl_->ReadbackPlane(&y_,
/external/chromium_org/crypto/
H A Dghash.h77 FieldElement y_; member in class:crypto::GaloisHash
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dvector2.h17 Vector2() : x_(0.0), y_(0.0) {}
18 Vector2(double x, double y) : x_(x), y_(y) {}
29 return sqrt(x_ * x_ + y_ * y_);
35 y_ += vec.y();
50 y_ *= scale;
66 double angle = atan2(y_, x_);
74 double y() const { return y_; }
75 void set_y(double y) { y_ = y; }
78 double y_; member in class:Vector2
[all...]
/external/chromium_org/skia/ext/
H A Dplatform_canvas_unittest.cc147 y_(y),
151 bounds.set(SkIntToScalar(x_), SkIntToScalar(y_),
162 int y() const { return y_; }
168 int bottom() const { return y_ + h_; }
172 int x_, y_, w_, h_; member in class:skia::__anon10678::LayerSaver
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dcarbonvideorenderer.h65 int y_; member in class:cricket::CarbonVideoRenderer
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h278 int x_, y_; // current macroblock member in struct:__anon13289
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.h22 DesktopVector() : x_(0), y_(0) {}
23 DesktopVector(int32_t x, int32_t y) : x_(x), y_(y) {}
26 int32_t y() const { return y_; }
27 bool is_zero() const { return x_ == 0 && y_ == 0; }
30 return x_ == other.x_ && y_ == other.y_;
35 y_ = y;
47 int32_t y_; member in class:webrtc::DesktopVector
/external/chromium_org/ui/events/ozone/evdev/
H A Dtouch_event_converter_evdev.h89 float y_; member in struct:ui::TouchEventConverterEvdev::InProgressEvents
/external/chromium_org/ui/gfx/geometry/
H A Dpoint3_f.h20 Point3F() : x_(0), y_(0), z_(0) {}
22 Point3F(float x, float y, float z) : x_(x), y_(y), z_(z) {}
24 explicit Point3F(const PointF& point) : x_(point.x()), y_(point.y()), z_(0) {}
37 float y() const { return y_; }
41 void set_y(float y) { y_ = y; }
46 y_ = y;
53 y_ += v.y();
60 y_ -= v.y();
67 float dy = y_ - other.y_;
79 float y_; member in class:gfx::Point3F
[all...]
H A Dpoint_base.h21 Type y() const { return y_; }
25 y_ = y;
29 void set_y(Type y) { y_ = y; }
33 y_ += delta_y;
38 y_ += vector.y();
43 y_ -= vector.y();
48 y_ = y_ <= other.y_ ? y_
82 Type y_; member in class:gfx::PointBase
[all...]
H A Dvector2d.h24 Vector2d() : x_(0), y_(0) {}
25 Vector2d(int x, int y) : x_(x), y_(y) {}
30 int y() const { return y_; }
31 void set_y(int y) { y_ = y; }
46 y_ = y_ <= other.y_ ? y_ : other.y_;
51 y_
67 int y_; member in class:gfx::Vector2d
[all...]
H A Dvector2d_f.h22 Vector2dF() : x_(0), y_(0) {}
23 Vector2dF(float x, float y) : x_(x), y_(y) {}
28 float y() const { return y_; }
29 void set_y(float y) { y_ = y; }
44 y_ = y_ <= other.y_ ? y_ : other.y_;
49 y_
67 float y_; member in class:gfx::Vector2dF
[all...]
H A Dvector3d_f.h31 float y() const { return y_; }
32 void set_y(float y) { y_ = y; }
50 y_ = y_ <= other.y_ ? y_ : other.y_;
56 y_ = y_ >= other.y_
77 float y_; member in class:gfx::Vector3dF
[all...]
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view_ash.cc360 y_(0),
407 y_ = dip_point_win32.y();
482 int y() const { return y_; }
496 int y_; member in class:ChromeAppViewAsh::PointerInfoHandler

Completed in 3142 milliseconds

12