Home
last modified time | relevance | path

Searched refs:expand_ (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dexpand_unittest.cc78 expand_(&background_noise_, in ExpandTest()
108 Expand expand_; member in webrtc::ExpandTest
119 EXPECT_EQ(0, expand_.Process(&output)); in TEST_F()
124 expand_.SetParametersForNormalAfterExpand(); in TEST_F()
139 EXPECT_EQ(0, expand_.Process(&output)); in TEST_F()
144 expand_.SetParametersForMergeAfterExpand(); in TEST_F()
156 EXPECT_EQ(0, expand_.Process(&output)); in TEST_F()
160 expand_.Reset(); in TEST_F()
165 expand_.SetParametersForNormalAfterExpand(); in TEST_F()
Dmerge.cc35 expand_(expand), in Merge()
75 (*external_mute_factor * expand_->MuteFactor(channel)) >> 14; in Process()
163 assert(*old_length >= expand_->overlap_length()); in GetExpandedSignal()
165 expand_->SetParametersForMergeAfterExpand(); in GetExpandedSignal()
183 expand_->Process(&expanded_temp); in GetExpandedSignal()
316 std::min(max_corr_length, expand_->max_lag() / (fs_mult_ * 2) + 1); in CorrelateAndPeakSearch()
328 const size_t pad_length = expand_->overlap_length() - 1; in CorrelateAndPeakSearch()
345 size_t start_index = timestamps_per_call_ + expand_->overlap_length(); in CorrelateAndPeakSearch()
370 (timestamps_per_call_ + expand_->overlap_length())) || in CorrelateAndPeakSearch()
Dneteq_impl.cc403 assert(expand_.get()); in FlushBuffers()
406 expand_->overlap_length()); in FlushBuffers()
838 expand_->Reset(); in GetAudioInternal()
872 if (sync_buffer_->FutureLength() < expand_->overlap_length()) { in GetAudioInternal()
877 expand_->overlap_length() - sync_buffer_->FutureLength(); in GetAudioInternal()
894 RTC_DCHECK_GE(sync_buffer_->FutureLength(), expand_->overlap_length()); in GetAudioInternal()
975 assert(expand_.get()); in GetDecision()
977 expand_->overlap_length()); in GetDecision()
997 assert(expand_.get()); in GetDecision()
999 *expand_, in GetDecision()
[all …]
Dnormal.cc60 expand_->SetParametersForNormalAfterExpand(); in Process()
64 expand_->Process(&expanded); in Process()
65 expand_->Reset(); in Process()
71 expand_->MuteFactor(channel_ix)) >> 14); in Process()
Dnormal.h41 expand_(expand) { in Normal()
62 Expand* expand_; variable
Dmerge.h93 Expand* expand_; variable
Dneteq_impl.h368 rtc::scoped_ptr<Expand> expand_ GUARDED_BY(crit_sect_);