Home | History | Annotate | Download | only in neteq

Lines Matching refs:Energy

74         // update energy threshold levels, since we have in fact observed
75 // a low energy signal.
77 // Never go under 1.0 in average sample energy.
94 // Generate the CNG gain factor by looking at the energy of the residual.
107 // enough. Also ensure that the energy is non-zero.
128 int32_t BackgroundNoise::Energy(size_t channel) const {
130 return channel_parameters_[channel].energy;
182 // Number of shifts to normalize energy to energy/sample.
211 // Update maximum energy.
238 // Save energy level and update energy threshold levels.
239 // Never get under 1.0 in average sample energy.
240 parameters.energy = std::max(sample_energy, 1);
241 parameters.energy_update_threshold = parameters.energy;