/external/eigen/unsupported/test/ |
D | cxx11_tensor_ifft.cpp | 22 array<int, 1> fft; in test_1D_fft_ifft_invariant() local 44 array<int, 2> fft; in test_2D_fft_ifft_invariant() local 72 array<int, 3> fft; in test_3D_fft_ifft_invariant() local 104 array<int, 2> fft; in test_sub_fft_ifft_invariant() local
|
D | cxx11_tensor_fft.cpp | 25 array<ptrdiff_t, 2> fft; in test_fft_2D_golden() local 67 array<ptrdiff_t, 1> fft; in test_fft_complex_input_golden() local 124 array<ptrdiff_t, 1> fft; in test_fft_real_input_golden() local 195 array<ptrdiff_t, TensorRank> fft; in test_fft_real_input_energy() local
|
D | FFTW.cpp | 85 FFT<T> fft; in test_scalar_generic() local 146 FFT<T> fft; in test_complex_generic() local 217 FFT<float> fft; in test_return_by_value() local
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | real_fft_unittest.cc | 45 RealFFT* fft = WebRtcSpl_CreateRealFFT(11); in TEST_F() local 67 RealFFT* fft = WebRtcSpl_CreateRealFFT(kOrder); in TEST_F() local
|
/external/tensorflow/tensorflow/stream_executor/ |
D | plugin_registry.h | 110 std::map<PluginId, FftFactory> fft; member 118 PluginId blas, dnn, fft, rng; member
|
D | plugin.cc | 43 PluginConfig& PluginConfig::SetFft(PluginId fft) { in SetFft()
|
D | plugin.h | 78 PluginId fft() const { return fft_; } in fft() function
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | aecm_core_c.c | 66 int16_t* fft, in WindowAndFFT() 92 int16_t* fft, in InverseFFTAndWindow() 173 int16_t *fft = (int16_t *) (((uintptr_t) fft_buf + 31) & ~31); in TimeToFrequencyDomain() local 308 int16_t* fft = (int16_t*) (((uintptr_t) fft_buf + 31) & ~ 31); in WebRtcAecm_ProcessBlock() local
|
D | aecm_core_mips.c | 76 int16_t* fft, in WindowAndFFT() 203 int16_t* fft, in InverseFFTAndWindow() 636 int16_t *fft = (int16_t *) (((uintptr_t) fft_buf + 31) & ~31); in TimeToFrequencyDomain() local 821 int16_t* fft = (int16_t*)(((uint32_t)fft_buf + 31) & ~ 31); in WebRtcAecm_ProcessBlock() local
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/ |
D | frontend.h | 30 struct FftState fft; member
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/ |
D | frontend.h | 34 struct FftState fft; member
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | FFT.java | 58 public void fft(double[] x, double[] y, int sign) { in fft() method in FFT
|
/external/eigen/bench/ |
D | benchFFT.cpp | 51 FFT< Scalar > fft; in bench() local
|
/external/libaom/libaom/test/ |
D | fft_test.cc | 31 void fft(const InputType *data, std::complex<float> *result, int n) { in fft() function 79 void (*fft)(const float *input, float *temp, float *output); member
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | fft_ops.cc | 98 xla::XlaOp fft = xla::Fft(input, fft_type_, fft_length); in Compile() local
|
/external/eigen/unsupported/doc/examples/ |
D | FFT.cpp | 82 static FFT<Scalar> fft; in fwd_inv() local
|
/external/speex/ |
D | configure.ac | 242 AC_ARG_WITH([fft], [AS_HELP_STRING([--with-fft=choice],[use an alternate FFT implementation. The av… optwith
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core.c | 221 float fft[PART_LEN2]; in FilterAdaptation() local 412 float* fft, in SubbandCoherence() 1009 float fft[PART_LEN2]; in EchoSuppression() local 1247 float fft[PART_LEN2]; in ProcessBlock() local
|
D | aec_core_neon.c | 195 float fft[PART_LEN2]; in FilterAdaptationNEON() local 679 float* fft, in SubbandCoherenceNEON()
|
D | aec_core_sse2.c | 157 float fft[PART_LEN2]; in FilterAdaptationSSE2() local 665 float* fft, in SubbandCoherenceSSE2()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/ |
D | FastFourierTransformer.java | 301 protected Complex[] fft(double f[], boolean isInverse) in fft() method in FastFourierTransformer 346 protected Complex[] fft(Complex data[]) in fft() method in FastFourierTransformer
|
/external/libaom/libaom/aom_dsp/ |
D | noise_util.c | 34 void (*fft)(const float *, float *, float *); member
|
/external/tensorflow/tensorflow/python/ops/signal/ |
D | fft_ops.py | 151 fft = gen_spectral_ops.fft variable
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorBase.h | 497 fft(const FFT& fft) const { in fft() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dfs_hlo_visitor_with_default.h | 91 Status HandleFft(HloInstructionPtr fft) override { in HandleFft()
|