Searched refs:binary_spectrum_ (Results 1 – 1 of 1) sorted by relevance
66 uint32_t binary_spectrum_[kSequenceLength + kHistorySize]; member in webrtc::__anon99fcbdd40111::DelayEstimatorTest85 binary_spectrum_[0] = 1; in DelayEstimatorTest()87 binary_spectrum_[i] = 3 * binary_spectrum_[i - 1]; in DelayEstimatorTest()168 binary_spectrum_[i + far_offset]); in RunBinarySpectra()169 int delay_1 = WebRtc_ProcessBinarySpectrum(binary1, binary_spectrum_[i]); in RunBinarySpectra()171 binary2, binary_spectrum_[i - near_offset]); in RunBinarySpectra()