Home
last modified time | relevance | path

Searched defs:ctrls (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/test/
Dsplines.cpp52 MatrixXd ctrls(8,2); in closed_spline2d() local
82 MatrixXd ctrls(8,3); in spline3d() local
/external/eigen/unsupported/Eigen/src/Splines/
DSplineFitting.h141 ControlPointVectorType ctrls = qr.solve(MatrixType(pts.transpose())).transpose(); in Interpolate() local
DSpline.h75 …Spline(const OtherVectorType& knots, const OtherArrayType& ctrls) : m_knots(knots), m_ctrls(ctrls)… in Spline()
93 const ControlPointVectorType& ctrls() const { return m_ctrls; } in ctrls() function
/external/chromium_org/content/common/gpu/media/
Dv4l2_video_encode_accelerator.cc341 struct v4l2_ext_control ctrls[1]; in EncodeTask() local
803 struct v4l2_ext_control ctrls[1]; in RequestEncodingParametersChangeTask() local
944 struct v4l2_ext_control ctrls[9]; in InitControls() local