Home
last modified time | relevance | path

Searched refs:sub_block_size_ (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Decho_path_delay_estimator.cc28 sub_block_size_(down_sampling_factor_ != 0 in EchoPathDelayEstimator()
37 sub_block_size_, in EchoPathDelayEstimator()
66 sub_block_size_); in EstimateDelay()
Drender_delay_buffer.cc78 const int sub_block_size_; member in webrtc::__anonb20273790111::RenderDelayBufferImpl
131 sub_block_size_(static_cast<int>(down_sampling_factor_ > 0 in RenderDelayBufferImpl()
149 render_ds_(sub_block_size_, 0.f), in RenderDelayBufferImpl()
171 low_rate_.read = low_rate_.OffsetIndex(low_rate_.write, sub_block_size_); in Reset()
461 int latency_blocks = latency_samples / sub_block_size_; in BufferLatency()
467 low_rate_.UpdateWriteIndex(-sub_block_size_); in IncrementWriteIndices()
475 low_rate_.UpdateReadIndex(-sub_block_size_); in IncrementLowRateReadIndices()
Dmatched_filter.cc314 sub_block_size_(sub_block_size), in MatchedFilter()
315 filter_intra_lag_shift_(alignment_shift_sub_blocks * sub_block_size_), in MatchedFilter()
318 std::vector<float>(window_size_sub_blocks * sub_block_size_, 0.f)), in MatchedFilter()
344 RTC_DCHECK_EQ(sub_block_size_, capture.size()); in Update()
357 (render_buffer.read + alignment_shift + sub_block_size_ - 1) % in Update()
Decho_path_delay_estimator.h63 const size_t sub_block_size_; variable
Dmatched_filter.h124 const size_t sub_block_size_; variable