Searched refs:fft (Results 26 - 37 of 37) sorted by relevance

12

/external/autotest/client/cros/audio/
H A Daudio_analysis.py93 y_f = 2.0 / length * numpy.fft.rfft(y_conv_w)
125 numpy.fft.rfft result at each index.
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
H A DGlitchDetectionThread.java143 // move new samples to the beginning of the array as they will be reused in next fft
268 mFFT.fft(src, mImagArray, 1); // here src array and imagArray get set
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorFFT.h100 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorFFTOp(const XprType& expr, const FFT& fft) argument
101 : m_xpr(expr), m_fft(fft) {}
104 const FFT& fft() const { return m_fft; } function in class:Eigen::TensorFFTOp
143 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvaluator(const XprType& op, const Device& device) : m_fft(op.fft()), m_impl(op.expression(), device), m_data(NULL), m_device(device) {
H A DTensorBase.h497 fft(const FFT& fft) const { function in class:Eigen::TensorBase
498 return TensorFFTOp<const FFT, const Derived, FFTDataType, FFTDirection>(derived(), fft);
/external/aac/libFDK/src/
H A Dfft.cpp91 #include "fft.h"
210 /* Sort input vector for fft's of length 3
263 /* Sort input vector for fft's of length 5
1095 /* Perform dim2 times the fft of length dim1. The input samples are at the address of pSrc and the \
1096 output samples are at the address of pDst. The input vector for the fft of length dim1 is built \
1117 /* Perform the modulation of the output of the fft of length dim1 */ \
1120 /* Perform dim1 times the fft of length dim2. The input samples are at the address of aDst and the \
1121 output samples are at the address of pInput. The input vector for the fft of length dim2 is built \
1182 /* Perform dim2 times the fft of length dim1. The input samples are at the address of pSrc and the
1183 output samples are at the address of pDst. The input vector for the fft o
1332 void fft(int length, FIXP_DBL *pInput, INT *pScalefactor) function
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 248 milliseconds

12