| /external/libaom/aom_dsp/x86/ |
| D | convolve_avx2.h | 612 __m256i *const coeffs /* [4] */) { in prepare_coeffs_lowbd() 640 __m256i *const coeffs /* [4] */) { in prepare_coeffs_6t_lowbd() 666 __m256i *const coeffs /* [4] */) { in prepare_coeffs_6t() 683 __m256i *const coeffs /* [4] */) { in prepare_coeffs() 702 __m256i *const coeffs /* [4] */) { in prepare_coeffs_12taps() 725 const __m256i *const coeffs) { in convolve_lowbd() 739 const __m256i *const coeffs) { in convolve_lowbd_6tap() 752 const __m256i *const coeffs) { in convolve_lowbd_4tap() 763 const __m256i *const coeffs) { in convolve_6tap() 774 const __m256i *const coeffs) { in convolve_12taps() [all …]
|
| D | convolve_common_intrin.h | 33 __m128i *coeffs /* [6] */) { in prepare_coeffs_12tap() 51 static INLINE __m128i convolve_12tap(const __m128i *s, const __m128i *coeffs) { in convolve_12tap() 65 const __m128i *coeffs, in convolve_lo_x_12tap() 78 const __m128i *coeffs) { in convolve_lo_y_12tap() 91 const __m128i *coeffs) { in convolve_hi_y_12tap()
|
| D | convolve_sse2.h | 21 __m128i *const coeffs /* [4] */) { in prepare_coeffs() 37 const __m128i *const coeffs) { in convolve() 50 const __m128i *const coeffs) { in convolve_lo_x() 60 const __m128i *const coeffs) { in convolve_lo_y() 70 const __m128i *const coeffs) { in convolve_hi_y()
|
| D | highbd_quantize_intrin_sse2.c | 46 __m128i coeffs, cmp1, cmp2; in aom_highbd_quantize_b_sse2() local 61 __m128i coeffs, coeffs_sign, tmp1, tmp2; in aom_highbd_quantize_b_sse2() local 120 __m128i coeffs, cmp1, cmp2; in aom_highbd_quantize_b_32x32_sse2() local 178 __m128i coeffs, cmp1, cmp2; in aom_highbd_quantize_b_64x64_sse2() local
|
| /external/skia/src/core/ |
| D | SkColorSpacePriv.h | 38 static inline bool is_almost_srgb(const skcms_TransferFunction& coeffs) { in is_almost_srgb() 48 static inline bool is_almost_2dot2(const skcms_TransferFunction& coeffs) { in is_almost_2dot2() 56 static inline bool is_almost_linear(const skcms_TransferFunction& coeffs) { in is_almost_linear()
|
| /external/libaom/av1/common/x86/ |
| D | convolve_sse2.c | 23 __m128i *const coeffs /* [4] */) { in prepare_coeffs() 39 const __m128i *const coeffs) { in convolve() 49 const __m128i *const coeffs) { in convolve_lo_x() 59 const __m128i *const coeffs) { in convolve_lo_y() 69 const __m128i *const coeffs) { in convolve_hi_y() 86 __m128i coeffs[6]; in av1_convolve_y_sr_12tap_sse2() local 196 __m128i coeffs[4]; in av1_convolve_y_sr_sse2() local 354 __m128i coeffs[6]; in av1_convolve_x_sr_12tap_sse2() local 417 __m128i coeffs[4]; in av1_convolve_x_sr_sse2() local
|
| D | warp_plane_sse4.c | 471 __m128i *coeffs) { in prepare_vertical_filter_coeffs() 522 __m128i *coeffs) { in prepare_vertical_filter_coeffs_gamma0() 543 static INLINE void filter_src_pixels_vertical(__m128i *tmp, __m128i *coeffs, in filter_src_pixels_vertical() 690 __m128i coeffs[8]; in warp_vertical_filter() local 718 __m128i coeffs[8]; in warp_vertical_filter_gamma0() local 743 __m128i coeffs[8]; in warp_vertical_filter_delta0() local 770 __m128i coeffs[8]; in warp_vertical_filter_gamma0_delta0() local
|
| /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/eigen/test/ |
| D | eigensolver_generic.cpp | 115 make_companion(const CoeffType& coeffs) in make_companion() 155 VectorXd coeffs(5); coeffs << 1, -3, -175, -225, 2250; in eigensolver_generic_extra() local 162 …VectorXd coeffs(5); coeffs << 6.154671e-15, -1.003870e-10, -9.819570e-01, 3.995715e+03, 2.211511e+… in eigensolver_generic_extra() local
|
| /external/libvpx/vpx_dsp/x86/ |
| D | highbd_quantize_intrin_sse2.c | 48 __m128i coeffs, cmp1, cmp2; in vpx_highbd_quantize_b_sse2() local 63 __m128i coeffs, coeffs_sign, tmp1, tmp2; in vpx_highbd_quantize_b_sse2() local 123 __m128i coeffs, cmp1, cmp2; in vpx_highbd_quantize_b_32x32_sse2() local
|
| /external/eigen/Eigen/src/Geometry/ |
| D | Quaternion.h | 90 …EIGEN_DEVICE_FUNC inline const typename internal::traits<Derived>::Coefficients& coeffs() const { … in coeffs() function 93 …EIGEN_DEVICE_FUNC inline typename internal::traits<Derived>::Coefficients& coeffs() { return deriv… in coeffs() function
|
| D | Hyperplane.h | 176 EIGEN_DEVICE_FUNC inline const Coefficients& coeffs() const { return m_coeffs; } in coeffs() function 181 EIGEN_DEVICE_FUNC inline Coefficients& coeffs() { return m_coeffs; } in coeffs() function
|
| /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/v4l2_codec2/common/include/v4l2_codec2/common/ |
| D | NalParser.h | 26 uint32_t coeffs; member
|
| /external/webp/src/dsp/ |
| D | cost.c | 357 static void SetResidualCoeffs_C(const int16_t* const coeffs, in SetResidualCoeffs_C()
|
| /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/webp/src/enc/ |
| D | cost_enc.h | 31 const int16_t* coeffs; member
|
| /external/arm-optimized-routines/pl/math/ |
| D | math_config.h | 407 double coeffs[V_ERF_NCOEFFS][V_ERF_NINTS]; member 413 float coeffs[V_ERFF_NCOEFFS][2]; member 431 float coeffs[ASINHF_NCOEFFS]; member 464 double coeffs[LOG1P_NCOEFFS]; member 472 float coeffs[LOG1PF_NCOEFFS]; member 504 float coeffs[V_SINF_NCOEFFS]; member
|
| /external/skia/modules/skottie/src/effects/ |
| D | BlackAndWhiteEffect.cpp | 108 } coeffs = { in onSync() local
|