HomeSort by relevance Sort by last modified time
    Searched refs:FftLength (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/common_audio/
real_fourier.cc 37 size_t RealFourier::FftLength(int order) {
43 return FftLength(order) / 2 + 1;
real_fourier.h 45 static size_t FftLength(int order);
real_fourier_ooura.cc 39 length_(FftLength(order_)),

Completed in 68 milliseconds