Searched refs:Coeffs (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/x86/ |
D | avf_showcqt.asm | 31 struc Coeffs 42 add id, [coeffsq + Coeffs.start + %9] 83 mov xd, [coeffsq + Coeffs.len] 87 mov coeffs_lend, [coeffsq + Coeffs.len + Coeffs.sizeof] 98 mov coeffs_valq, [coeffsq + Coeffs.val] 99 mov coeffs_val2q, [coeffsq + Coeffs.val + Coeffs.sizeof] 105 CQT_CALC 8, 9, 10, 11, 4, 5, 6, 7, Coeffs.sizeof 110 cmp xd, [coeffsq + Coeffs.len + Coeffs.sizeof] 115 CQT_CALC 8, 9, 10, 11, 4, 5, 6, 7, Coeffs.sizeof 117 cmp xd, [coeffsq + Coeffs.len + Coeffs.sizeof] [all …]
|
D | avf_showcqt_init.c | 28 const Coeffs *coeffs, int len, int fft_len)
|
/third_party/ffmpeg/libavfilter/ |
D | avf_showcqt.h | 28 typedef struct Coeffs { struct 31 } Coeffs; argument 62 Coeffs *coeffs; 79 void (*cqt_calc)(FFTComplex *dst, const FFTComplex *src, const Coeffs *coeffs,
|
D | avf_showcqt.c | 270 static void cqt_calc(FFTComplex *dst, const FFTComplex *src, const Coeffs *coeffs, in cqt_calc()
|
/third_party/boost/boost/geometry/util/ |
D | series_expansion.hpp | 152 template <typename Coeffs, typename CT> 153 inline void evaluate_coeffs_A3(Coeffs &c, CT const& n) in evaluate_coeffs_A3() 155 switch (int(Coeffs::static_size)) { in evaluate_coeffs_A3() 221 template <typename Coeffs, typename CT> 222 inline void evaluate_coeffs_C1(Coeffs &c, CT const& eps) in evaluate_coeffs_C1() 226 switch (int(Coeffs::static_size) - 1) { in evaluate_coeffs_C1() 320 template <typename Coeffs, typename CT> 321 inline void evaluate_coeffs_C1p(Coeffs& c, CT const& eps) in evaluate_coeffs_C1p() 325 switch (int(Coeffs::static_size) - 1) { in evaluate_coeffs_C1p() 419 template <typename Coeffs, typename CT> [all …]
|
/third_party/skia/modules/skottie/src/effects/ |
D | DisplacementMapEffect.cpp | 136 static SelectorCoeffs Coeffs(Selector sel) { in Coeffs() function in skottie::internal::__anonaeeeb5d30111::DisplacementNode 213 const auto xc = Coeffs(fXSelector), in buildEffectShader() 214 yc = Coeffs(fYSelector); in buildEffectShader()
|