Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dbackground_noise.h90 struct ChannelParameters { struct
92 ChannelParameters() { Reset(); } in ChannelParameters() function
94 void Reset() { in Reset()
107 int32_t energy;
108 int32_t max_energy;
109 int32_t energy_update_threshold;
133 std::unique_ptr<ChannelParameters[]> channel_parameters_; argument
Dexpand.h105 struct ChannelParameters { struct
107 int16_t mute_factor;
108 int16_t ar_filter[kUnvoicedLpcOrder + 1];
109 int16_t ar_filter_state[kUnvoicedLpcOrder];
110 int16_t ar_gain;
111 int16_t ar_gain_scale;
112 int16_t voice_mix_factor; /* Q14 */
113 int16_t current_voice_mix_factor; /* Q14 */
114 AudioVector expand_vector0;
138 std::unique_ptr<ChannelParameters[]> channel_parameters_; argument
Dexpand.cc776 Expand::ChannelParameters::ChannelParameters() in ChannelParameters() function in webrtc::Expand::ChannelParameters
/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bwe_v2.h73 struct ChannelParameters { struct
74 double inherent_loss = 0.0;