Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dbackground_noise.h88 struct ChannelParameters { struct
90 ChannelParameters() { Reset(); } in ChannelParameters() argument
92 void Reset() { in Reset()
105 int32_t energy;
106 int32_t max_energy;
107 int32_t energy_update_threshold;
131 std::unique_ptr<ChannelParameters[]> channel_parameters_; argument
Dexpand.h104 struct ChannelParameters { struct
106 int16_t mute_factor;
107 int16_t ar_filter[kUnvoicedLpcOrder + 1];
108 int16_t ar_filter_state[kUnvoicedLpcOrder];
109 int16_t ar_gain;
110 int16_t ar_gain_scale;
111 int16_t voice_mix_factor; /* Q14 */
112 int16_t current_voice_mix_factor; /* Q14 */
113 AudioVector expand_vector0;
137 std::unique_ptr<ChannelParameters[]> channel_parameters_; argument
Dexpand.cc776 Expand::ChannelParameters::ChannelParameters() in ChannelParameters() function in webrtc::Expand::ChannelParameters