Home
last modified time | relevance | path

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

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