Home
last modified time | relevance | path

Searched refs:ChannelParameters (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dbackground_noise.h84 struct ChannelParameters { struct
86 ChannelParameters() { in ChannelParameters() function
129 rtc::scoped_ptr<ChannelParameters[]> channel_parameters_; argument
Dexpand.h106 struct ChannelParameters { struct
107 ChannelParameters();
141 rtc::scoped_ptr<ChannelParameters[]> channel_parameters_; argument
Dbackground_noise.cc29 channel_parameters_(new ChannelParameters[num_channels_]), in BackgroundNoise()
58 ChannelParameters& parameters = channel_parameters_[channel_ix]; in Update()
195 ChannelParameters& parameters = channel_parameters_[channel]; in IncrementEnergyThreshold()
233 ChannelParameters& parameters = channel_parameters_[channel]; in SaveParameters()
Dexpand.cc48 channel_parameters_(new ChannelParameters[num_channels_]) { in Expand()
109 ChannelParameters& parameters = channel_parameters_[channel_ix]; in Process()
452 ChannelParameters& parameters = channel_parameters_[channel_ix]; in AnalyzeSignal()
755 Expand::ChannelParameters::ChannelParameters() in ChannelParameters() function in webrtc::Expand::ChannelParameters