Home
last modified time | relevance | path

Searched refs:FftLength (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/common_audio/
Dreal_fourier.cc37 size_t RealFourier::FftLength(int order) { in FftLength() function in webrtc::RealFourier
43 return FftLength(order) / 2 + 1; in ComplexLength()
Dreal_fourier.h45 static size_t FftLength(int order);
Dreal_fourier_ooura.cc39 length_(FftLength(order_)), in RealFourierOoura()