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

  /external/webrtc/webrtc/common_audio/
real_fourier.h 30 fft_cplx_scoper; typedef in class:webrtc::RealFourier
56 static fft_cplx_scoper AllocCplxBuffer(int count);
real_fourier.cc 51 RealFourier::fft_cplx_scoper RealFourier::AllocCplxBuffer(int count) {
52 return fft_cplx_scoper(static_cast<complex<float>*>(
real_fourier_unittest.cc 33 RealFourier::fft_cplx_scoper cplx;
70 const RealFourier::fft_cplx_scoper cplx_buffer_;

Completed in 5748 milliseconds