HomeSort by relevance Sort by last modified time
    Searched refs:Coefficients (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Power10.c 30 /* the following table of 32-bit integer polynomial coefficients: */
60 LVM_FLOAT Y,Coefficients[13]={0.999906f,
74 Coefficients,
81 LVM_INT32 Y,Coefficients[13]={ 16775636,
95 Coefficients,
LVM_FO_HPF.c 41 /* following table of 32-bit integer polynomial coefficients: */
66 /* pCoeffs Points to the filter coefficients calculated here */
75 LVM_FLOAT Y,Coefficients[13] = {-0.999996f,
88 Y=LVM_Polynomial((LVM_UINT16)9, Coefficients, w);
104 LVM_INT32 Y,Coefficients[13]={ -8388571,
118 Coefficients,
LVM_FO_LPF.c 41 /* following table of 32-bit integer polynomial coefficients: */
66 /* pCoeffs Points to the filter coefficients calculated here */
75 LVM_FLOAT Y,Coefficients[13] = {-0.999996f,
86 Y=LVM_Polynomial((LVM_UINT16)9, Coefficients, w);
101 LVM_INT32 Y,Coefficients[13]={ -8388571,
113 Coefficients,
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Control.c 213 /* Sets the filter coefficients. This uses the type to select single or double */
214 /* precision coefficients. */
230 * Set the coefficients for each band by the init function
236 * Check band type for correct initialisation method and recalculate the coefficients
244 PK_FLOAT_Coefs_t Coefficients;
246 * Calculate the single precision coefficients
250 &Coefficients);
252 * Set the coefficients
256 &Coefficients);
262 PK_C32_Coefs_t Coefficients;
    [all...]
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 45 typedef typename internal::traits<Derived>::Coefficients Coefficients;
50 // typedef typename Matrix<Scalar,4,1> Coefficients;
79 EIGEN_DEVICE_FUNC inline const VectorBlock<const Coefficients,3> vec() const { return coeffs().template head<3>(); }
82 EIGEN_DEVICE_FUNC inline VectorBlock<Coefficients,3> vec() { return coeffs().template head<3>(); }
84 /** \returns a read-only vector expression of the coefficients (x,y,z,w) */
85 EIGEN_DEVICE_FUNC inline const typename internal::traits<Derived>::Coefficients& coeffs() const { return derived().coeffs(); }
87 /** \returns a vector expression of the coefficients (x,y,z,w) */
88 EIGEN_DEVICE_FUNC inline typename internal::traits<Derived>::Coefficients& coeffs() { return derived().coeffs(); }
112 /** \returns the squared norm of the quaternion's coefficients
    [all...]
Hyperplane.h 25 * \tparam _Scalar the scalar type, i.e., the type of the coefficients
48 : Index(AmbientDimAtCompileTime)+1,1,Options> Coefficients;
49 typedef Block<Coefficients,AmbientDimAtCompileTime,1> NormalReturnType;
50 typedef const Block<const Coefficients,AmbientDimAtCompileTime,1> ConstNormalReturnType;
173 /** \returns a constant reference to the coefficients c_i of the plane equation:
176 EIGEN_DEVICE_FUNC inline const Coefficients& coeffs() const { return m_coeffs; }
178 /** \returns a non-constant reference to the coefficients c_i of the plane equation:
181 EIGEN_DEVICE_FUNC inline Coefficients& coeffs() { return m_coeffs; }
277 Coefficients m_coeffs;
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 172 /* Reinitialize some parameters and changes filters' coefficients if */
206 /* Modifies filters types and coefficients, clear the taps and
333 /* Sets the band pass filter coefficients. This uses the type to select */
334 /* single or double precision coefficients. */
353 * Set the coefficients for each band by the init function
362 BP_C32_Coefs_t Coefficients;
365 * Calculate the double precision coefficients
369 &Coefficients);
371 * Set the coefficients
375 &Coefficients);
    [all...]
  /external/eigen/test/
qtvector.cpp 98 typedef typename QuaternionType::Coefficients Coefficients;
99 QuaternionType x(Coefficients::Random()), y(Coefficients::Random());
stddeque.cpp 79 typedef typename QuaternionType::Coefficients Coefficients;
80 QuaternionType x(Coefficients::Random()), y(Coefficients::Random());
stddeque_overload.cpp 100 typedef typename QuaternionType::Coefficients Coefficients;
101 QuaternionType x(Coefficients::Random()), y(Coefficients::Random());
stdlist.cpp 79 typedef typename QuaternionType::Coefficients Coefficients;
80 QuaternionType x(Coefficients::Random()), y(Coefficients::Random());
stdlist_overload.cpp 128 typedef typename QuaternionType::Coefficients Coefficients;
129 QuaternionType x(Coefficients::Random()), y(Coefficients::Random());
stdvector.cpp 88 typedef typename QuaternionType::Coefficients Coefficients;
89 QuaternionType x(Coefficients::Random()), y(Coefficients::Random());
stdvector_overload.cpp 102 typedef typename QuaternionType::Coefficients Coefficients;
103 QuaternionType x(Coefficients::Random()), y(Coefficients::Random());
geo_eulerangles.cpp 79 q1.coeffs() = Quaternionx::Coefficients::Random().normalized();
main.h 399 typename T1::RealScalar test_relative_error(const T1 &a, const T2 &b, const typename T1::Coefficients* = 0)
  /prebuilts/go/darwin-x86/src/math/
erf.go 121 // Coefficients for approximation to erf in [0, 0.84375]
134 // Coefficients for approximation to erf in [0.84375, 1.25]
148 // Coefficients for approximation to erfc in [1.25, 1/0.35]
165 // Coefficients for approximation to erfc in [1/.35, 28]
sincos.go 7 // Coefficients _sin[] and _cos[] are found in pkg/math/sin.go.
  /prebuilts/go/linux-x86/src/math/
erf.go 121 // Coefficients for approximation to erf in [0, 0.84375]
134 // Coefficients for approximation to erf in [0.84375, 1.25]
148 // Coefficients for approximation to erfc in [1.25, 1/0.35]
165 // Coefficients for approximation to erfc in [1/.35, 28]
sincos.go 7 // Coefficients _sin[] and _cos[] are found in pkg/math/sin.go.
  /external/skia/src/pathops/
SkDCubicLineIntersection.cpp 130 SkDCubic::Coefficients(&c[0].fX, &A, &B, &C, &D);
169 SkDCubic::Coefficients(&c[0].fY, &A, &B, &C, &D);
232 SkDCubic::Coefficients(&c[0].fX, &A, &B, &C, &D);
SkPathOpsCubic.h 49 static void Coefficients(const double* cubic, double* A, double* B, double* C, double* D);
  /external/skia/tests/
PathOpsCubicLineIntersectionIdeas.cpp 161 SkDCubic::Coefficients(&cubic[0].fY, &A, &B, &C, &D);
258 SkDCubic::Coefficients(&cubic[0].fY, &A, &B, &C, &D);
  /external/eigen/unsupported/test/
EulerAngles.cpp 175 q1.coeffs() = Quaternionx::Coefficients::Random().normalized();
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]

Completed in 1055 milliseconds

1 2