/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
D | Scaling.h | 72 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
|
D | Hyperplane.h | 155 inline const Coefficients& coeffs() const { return m_coeffs; } in coeffs() function 160 inline Coefficients& coeffs() { return m_coeffs; } in coeffs() function
|
/external/fec/ |
D | dotprod_port.c | 12 signed short *coeffs; member 16 void *initdp_port(signed short coeffs[],int len){ in initdp_port()
|
D | dotprod_mmx.c | 17 signed short *coeffs[4]; member 22 void *initdp_mmx(signed short coeffs[],int len){ in initdp_mmx()
|
D | dotprod_sse2.c | 18 signed short *coeffs[8]; member 24 void *initdp_sse2(signed short coeffs[],int len){ in initdp_sse2()
|
D | dotprod_av.c | 15 signed short *coeffs[8]; member 19 void *initdp_av(signed short coeffs[],int len){ in initdp_av()
|
D | dotprod.h | 14 signed short *coeffs[8]; member
|
D | dotprod.c | 29 void *initdp(signed short coeffs[],int len){ in initdp()
|
D | dtest.c | 26 short coeffs[512]; local
|
/external/opencv3/modules/cudawarping/src/ |
D | warp.cpp | 92 float coeffs[2 * 3]; in buildWarpAffineMaps() local 121 float coeffs[3 * 3]; in buildWarpPerspectiveMaps() local 273 double coeffs[2][3]; in warpAffine() local 302 float coeffs[2 * 3]; in warpAffine() local 412 double coeffs[3][3]; in warpPerspective() local 441 float coeffs[3 * 3]; in warpPerspective() local
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 54 __m128i coeffs, cmp1, cmp2; in vpx_highbd_quantize_b_sse2() local 69 __m128i coeffs, coeffs_sign, tmp1, tmp2; in vpx_highbd_quantize_b_sse2() local 142 __m128i coeffs, cmp1, cmp2; in vpx_highbd_quantize_b_32x32_sse2() local
|
/external/eigen/Eigen/src/Geometry/ |
D | Quaternion.h | 84 …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
|
D | Hyperplane.h | 176 inline const Coefficients& coeffs() const { return m_coeffs; } in coeffs() function 181 inline Coefficients& coeffs() { return m_coeffs; } in coeffs() function
|
D | Scaling.h | 136 static inline const DiagonalWrapper<const Derived> Scaling(const MatrixBase<Derived>& coeffs) in Scaling()
|
/external/eigen/Eigen/src/Core/ |
D | BandMatrix.h | 60 inline const CoefficientsType& coeffs() const { return derived().coeffs(); } in coeffs() function 63 inline CoefficientsType& coeffs() { return derived().coeffs(); } in coeffs() function
|
/external/skia/src/opts/ |
D | SkBitmapProcState_arm_neon.cpp | 112 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolveHorizontally_neon() local 151 uint16x4_t coeffs; in convolveHorizontally_neon() local 403 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local 440 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
|
/external/opencv3/modules/imgproc/perf/opencl/ |
D | perf_imgwarp.cpp | 65 static const double coeffs[2][3] = in OCL_PERF_TEST_P() local 96 static const double coeffs[3][3] = in OCL_PERF_TEST_P() local
|
/external/webp/src/enc/ |
D | cost.h | 31 const int16_t* coeffs; member
|
/external/webp/src/dsp/ |
D | cost.c | 357 static void SetResidualCoeffs(const int16_t* const coeffs, in SetResidualCoeffs()
|
D | cost_mips32.c | 99 static void SetResidualCoeffs(const int16_t* const coeffs, in SetResidualCoeffs()
|
D | cost_sse2.c | 25 static void SetResidualCoeffsSSE2(const int16_t* const coeffs, in SetResidualCoeffsSSE2()
|
/external/eigen/doc/special_examples/ |
D | Tutorial_sparse_example_details.cpp | 8 void insertCoefficient(int id, int i, int j, double w, std::vector<T>& coeffs, in insertCoefficient()
|
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 440 Ipp32f coeffs[3]; member 1272 float coeffs[3]; member 1393 int srccn, coeffs[3]; member 1460 float coeffs[3]; member 1574 int srccn, coeffs[3]; member 1672 float coeffs[3]; member 1698 int coeffs[3]; member 1731 float coeffs[5]; member 1795 float coeffs[5]; member 1891 float coeffs[5]; member [all …]
|
/external/skia/tools/ |
D | generate_fir_coeff.py | 55 coeffs = [] variable
|
/external/eigen/demos/opengl/ |
D | quaternion_demo.cpp | 154 const Vector3& coeffs() const { return m_angles; } in coeffs() function in EulerAngles 155 Vector3& coeffs() { return m_angles; } in coeffs() function in EulerAngles
|