Home
last modified time | relevance | path

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

/external/chromium_org/third_party/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 scoped_ptr<ChannelParameters[]> channel_parameters_; argument
Dexpand.h128 struct ChannelParameters { struct
130 ChannelParameters() in ChannelParameters() argument
141 int16_t mute_factor;
142 int16_t ar_filter[kUnvoicedLpcOrder + 1];
143 int16_t ar_filter_state[kUnvoicedLpcOrder];
144 int16_t ar_gain;
145 int16_t ar_gain_scale;
146 int16_t voice_mix_factor; /* Q14 */
170 scoped_ptr<ChannelParameters[]> channel_parameters_; argument