Searched refs:fft_real_scoper (Results 1 – 3 of 3) sorted by relevance
28 typedef rtc::scoped_ptr<float[], AlignedFreeDeleter> fft_real_scoper; typedef55 static fft_real_scoper AllocRealBuffer(int count);
46 RealFourier::fft_real_scoper RealFourier::AllocRealBuffer(int count) { in AllocRealBuffer()47 return fft_real_scoper(static_cast<float*>( in AllocRealBuffer()
26 RealFourier::fft_real_scoper real; in TEST()69 const RealFourier::fft_real_scoper real_buffer_;