Home
last modified time | relevance | path

Searched refs:ComplexLength (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/common_audio/
Dreal_fourier_unittest.cc49 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()
Dlapped_transform.cc38 size_t block_length = RealFourier::ComplexLength( in ProcessBlock()
76 cplx_length_(RealFourier::ComplexLength(fft_->order())), in LappedTransform()
Dreal_fourier.h49 static size_t ComplexLength(int order);
Dreal_fourier.cc42 size_t RealFourier::ComplexLength(int order) { in ComplexLength() function in webrtc::RealFourier
Dreal_fourier_ooura.cc40 complex_length_(ComplexLength(order_)), in RealFourierOoura()
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
Dintelligibility_enhancer.cc72 : freqs_(RealFourier::ComplexLength( in IntelligibilityEnhancer()