Searched refs:ComplexLength (Results 1 – 6 of 6) sorted by relevance
49 EXPECT_EQ(2U, RealFourier::ComplexLength(1)); in TEST()50 EXPECT_EQ(3U, RealFourier::ComplexLength(2)); in TEST()51 EXPECT_EQ(5U, RealFourier::ComplexLength(3)); in TEST()52 EXPECT_EQ(9U, RealFourier::ComplexLength(4)); in TEST()53 EXPECT_EQ(17U, RealFourier::ComplexLength(5)); in TEST()54 EXPECT_EQ(65U, RealFourier::ComplexLength(7)); in TEST()
38 size_t block_length = RealFourier::ComplexLength( in ProcessBlock()76 cplx_length_(RealFourier::ComplexLength(fft_->order())), in LappedTransform()
49 static size_t ComplexLength(int order);
42 size_t RealFourier::ComplexLength(int order) { in ComplexLength() function in webrtc::RealFourier
40 complex_length_(ComplexLength(order_)), in RealFourierOoura()
72 : freqs_(RealFourier::ComplexLength( in IntelligibilityEnhancer()