HomeSort by relevance Sort by last modified time
    Searched refs:ComplexLength (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/common_audio/
real_fourier_unittest.cc 49 EXPECT_EQ(2U, RealFourier::ComplexLength(1));
50 EXPECT_EQ(3U, RealFourier::ComplexLength(2));
51 EXPECT_EQ(5U, RealFourier::ComplexLength(3));
52 EXPECT_EQ(9U, RealFourier::ComplexLength(4));
53 EXPECT_EQ(17U, RealFourier::ComplexLength(5));
54 EXPECT_EQ(65U, RealFourier::ComplexLength(7));
real_fourier.h 49 static size_t ComplexLength(int order);
real_fourier.cc 42 size_t RealFourier::ComplexLength(int order) {
lapped_transform.cc 38 size_t block_length = RealFourier::ComplexLength(
76 cplx_length_(RealFourier::ComplexLength(fft_->order())),
real_fourier_ooura.cc 40 complex_length_(ComplexLength(order_)),
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.cc 72 : freqs_(RealFourier::ComplexLength(

Completed in 114 milliseconds