Home
last modified time | relevance | path

Searched defs:ChannelParameters (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dbackground_noise.h84 struct ChannelParameters { struct
86 ChannelParameters() { in ChannelParameters() argument
90 void Reset() { in Reset()
103 int32_t energy;
104 int32_t max_energy;
105 int32_t energy_update_threshold;
129 rtc::scoped_ptr<ChannelParameters[]> channel_parameters_; argument
Dexpand.h106 struct ChannelParameters { struct
108 int16_t mute_factor;
109 int16_t ar_filter[kUnvoicedLpcOrder + 1];
110 int16_t ar_filter_state[kUnvoicedLpcOrder];
111 int16_t ar_gain;
112 int16_t ar_gain_scale;
113 int16_t voice_mix_factor; /* Q14 */
114 int16_t current_voice_mix_factor; /* Q14 */
115 AudioVector expand_vector0;
116 AudioVector expand_vector1;
[all …]
Dexpand.cc755 Expand::ChannelParameters::ChannelParameters() in ChannelParameters() function in webrtc::Expand::ChannelParameters