Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/
Dreal_fourier.h28 typedef rtc::scoped_ptr<float[], AlignedFreeDeleter> fft_real_scoper; typedef
55 static fft_real_scoper AllocRealBuffer(int count);
Dreal_fourier.cc46 RealFourier::fft_real_scoper RealFourier::AllocRealBuffer(int count) { in AllocRealBuffer()
47 return fft_real_scoper(static_cast<float*>( in AllocRealBuffer()
Dreal_fourier_unittest.cc26 RealFourier::fft_real_scoper real; in TEST()
69 const RealFourier::fft_real_scoper real_buffer_;