Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/
Dreal_fourier.h30 fft_cplx_scoper; typedef
56 static fft_cplx_scoper AllocCplxBuffer(int count);
Dreal_fourier.cc51 RealFourier::fft_cplx_scoper RealFourier::AllocCplxBuffer(int count) { in AllocCplxBuffer()
52 return fft_cplx_scoper(static_cast<complex<float>*>( in AllocCplxBuffer()
Dreal_fourier_unittest.cc33 RealFourier::fft_cplx_scoper cplx; in TEST()
70 const RealFourier::fft_cplx_scoper cplx_buffer_;