Home
last modified time | relevance | path

Searched defs:coeffs (Results 1 – 25 of 39) sorted by relevance

12

/external/eigen/Eigen/src/Eigen2Support/Geometry/
DScaling.h72 explicit inline Scaling(const VectorType& coeffs) : m_coeffs(coeffs) {} in Scaling()
74 const VectorType& coeffs() const { return m_coeffs; } in coeffs() function
75 VectorType& coeffs() { return m_coeffs; } in coeffs() function
DHyperplane.h155 inline const Coefficients& coeffs() const { return m_coeffs; } in coeffs() function
160 inline Coefficients& coeffs() { return m_coeffs; } in coeffs() function
/external/eigen/Eigen/src/Geometry/
DQuaternion.h84 …inline const typename internal::traits<Derived>::Coefficients& coeffs() const { return derived().c… in coeffs() function
87 inline typename internal::traits<Derived>::Coefficients& coeffs() { return derived().coeffs(); } in coeffs() function
DHyperplane.h166 inline const Coefficients& coeffs() const { return m_coeffs; } in coeffs() function
171 inline Coefficients& coeffs() { return m_coeffs; } in coeffs() function
DScaling.h136 static inline const DiagonalWrapper<const Derived> Scaling(const MatrixBase<Derived>& coeffs) in Scaling()
/external/eigen/Eigen/src/Core/
DBandMatrix.h60 inline const CoefficientsType& coeffs() const { return derived().coeffs(); } in coeffs() function
63 inline CoefficientsType& coeffs() { return derived().coeffs(); } in coeffs() function
/external/chromium_org/third_party/skia/src/opts/
DSkBitmapProcState_arm_neon.cpp125 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolveHorizontally_neon() local
164 uint16x4_t coeffs; in convolveHorizontally_neon() local
415 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
452 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
/external/skia/src/opts/
DSkBitmapProcState_arm_neon.cpp125 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolveHorizontally_neon() local
164 uint16x4_t coeffs; in convolveHorizontally_neon() local
415 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
452 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
/external/chromium_org/third_party/libwebp/enc/
Dcost.h30 const int16_t* coeffs; member
Dtoken.c112 const int16_t* const coeffs, in VP8RecordCoeffTokens()
Dcost.c561 static void SetResidualCoeffs(const int16_t* const coeffs, in SetResidualCoeffs()
/external/webp/src/enc/
Dcost.h30 const int16_t* coeffs; member
Dtoken.c112 const int16_t* const coeffs, in VP8RecordCoeffTokens()
Dcost.c561 static void SetResidualCoeffs(const int16_t* const coeffs, in SetResidualCoeffs()
/external/eigen/doc/special_examples/
DTutorial_sparse_example_details.cpp8 void insertCoefficient(int id, int i, int j, double w, std::vector<T>& coeffs, in insertCoefficient()
/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicParameterization_TestUtility.cpp39 double coeffs[coeff_count]; in point_on_parameterized_curve() local
DCubicParameterizationCode.cpp177 typedef std::vector<coeff> coeffs; typedef
/external/skia/experimental/Intersection/
DCubicParameterization_TestUtility.cpp39 double coeffs[coeff_count]; in point_on_parameterized_curve() local
DCubicParameterizationCode.cpp177 typedef std::vector<coeff> coeffs; typedef
/external/chromium_org/third_party/skia/tools/
Dgenerate_fir_coeff.py55 coeffs = [] variable
/external/skia/tools/
Dgenerate_fir_coeff.py55 coeffs = [] variable
/external/eigen/demos/opengl/
Dquaternion_demo.cpp154 const Vector3& coeffs() const { return m_angles; } in coeffs() function in EulerAngles
155 Vector3& coeffs() { return m_angles; } in coeffs() function in EulerAngles
/external/opencv/cvaux/src/
Dcveigenobjects.cpp964 CvSize size, float *coeffs ) in icvEigenDecomposite_8u32fR()
1056 int ioFlags, void *userData, float *coeffs, in icvEigenProjection_8u32fR()
1604 float* coeffs ) in cvEigenDecomposite()
1719 float* coeffs, in cvEigenProjection()
/external/webp/src/dec/
Dframe.c746 const int16_t* const coeffs = block->coeffs_; in ReconstructRow() local
/external/chromium_org/third_party/libwebp/dec/
Dframe.c746 const int16_t* const coeffs = block->coeffs_; in ReconstructRow() local

12