webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/common_audio/real_fourier.h"
#include <stdlib.h>
#include "webrtc/common_audio/real_fourier_ooura.h"
#include "webrtc/common_audio/real_fourier_openmax.h"
#include "webrtc/test/gtest.h"
Classes | |
class | webrtc::RealFourierTest< T > |
Namespaces | |
webrtc | |
Typedefs | |
using | webrtc::FftTypes = ::testing::Types< RealFourierOoura > |
Functions | |
webrtc::TEST (RealFourierStaticsTest, AllocatorAlignment) | |
webrtc::TEST (RealFourierStaticsTest, OrderComputation) | |
webrtc::TEST (RealFourierStaticsTest, ComplexLengthComputation) | |
webrtc::TYPED_TEST_CASE (RealFourierTest, FftTypes) | |
webrtc::TYPED_TEST (RealFourierTest, SimpleForwardTransform) | |
webrtc::TYPED_TEST (RealFourierTest, SimpleBackwardTransform) | |