Searched defs:ChannelParameters (Results 1 – 3 of 3) sorted by relevance
84 struct ChannelParameters { struct86 ChannelParameters() { in ChannelParameters() function90 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
106 struct ChannelParameters { struct108 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 …]
755 Expand::ChannelParameters::ChannelParameters() in ChannelParameters() function in webrtc::Expand::ChannelParameters