Searched defs:ChannelParameters (Results 1 – 3 of 3) sorted by relevance
88 struct ChannelParameters { struct90 ChannelParameters() { Reset(); } in ChannelParameters() argument92 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
104 struct ChannelParameters { struct106 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
776 Expand::ChannelParameters::ChannelParameters() in ChannelParameters() function in webrtc::Expand::ChannelParameters