Searched refs:FftOrder (Results 1 – 4 of 4) sorted by relevance
40 EXPECT_EQ(4, RealFourier::FftOrder(13)); in TEST()41 EXPECT_EQ(5, RealFourier::FftOrder(32)); in TEST()42 EXPECT_EQ(1, RealFourier::FftOrder(2)); in TEST()43 EXPECT_EQ(0, RealFourier::FftOrder(1)); in TEST()
44 static int FftOrder(size_t length);
27 int RealFourier::FftOrder(size_t length) { in FftOrder() function in webrtc::RealFourier
38 RealFourier::ComplexLength(RealFourier::FftOrder(num_frames)); in ProcessBlock()72 fft_(RealFourier::Create(RealFourier::FftOrder(block_length_))), in LappedTransform()