Searched defs:ChannelParameters (Results 1 – 2 of 2) sorted by relevance
84 struct ChannelParameters { struct86 ChannelParameters() { in ChannelParameters() argument90 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
128 struct ChannelParameters { struct130 ChannelParameters() in ChannelParameters() argument141 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