comparison acelp_pitch_delay.h @ 12067:9aaff29c1e78 libavcodec

Fix doxy of fixed_mean_energy parameter in ff_amr_set_fixed_gain().
author diego
date Fri, 02 Jul 2010 12:35:51 +0000
parents c69dd071f7d4
children 0885e7a93ed4
comparison
equal deleted inserted replaced
12066:57fba1b7867b 12067:9aaff29c1e78
219 219
220 /** 220 /**
221 * Calculate fixed gain (part of section 6.1.3 of AMR spec) 221 * Calculate fixed gain (part of section 6.1.3 of AMR spec)
222 * 222 *
223 * @param fixed_gain_factor gain correction factor 223 * @param fixed_gain_factor gain correction factor
224 * @param fixed_energy decoded algebraic codebook vector energy 224 * @param fixed_mean_energy mean decoded algebraic codebook vector energy
225 * @param prediction_error vector of the quantified predictor errors of 225 * @param prediction_error vector of the quantified predictor errors of
226 * the four previous subframes. It is updated by this function. 226 * the four previous subframes. It is updated by this function.
227 * @param energy_mean desired mean innovation energy 227 * @param energy_mean desired mean innovation energy
228 * @param pred_table table of four moving average coefficients 228 * @param pred_table table of four moving average coefficients
229 */ 229 */