Home
last modified time | relevance | path

Searched refs:cplx_length_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/opus/test/
Dlapped_transform.cc39 RTC_CHECK_EQ(parent_->cplx_length_, block_length); in ProcessBlock()
41 parent_->cplx_pre_.Array(), num_input_channels, parent_->cplx_length_, in ProcessBlock()
73 cplx_length_(RealFourier::ComplexLength(fft_->order())), in LappedTransform()
78 cplx_length_, in LappedTransform()
81 cplx_length_, in LappedTransform()
Dlapped_transform.h167 const size_t cplx_length_; variable