comparison acelp_pitch_delay.h @ 12181:0885e7a93ed4 libavcodec

Fix Doxygen @param command attribute syntax. The [in] and [out] attributes have to be appended to the @param command.
author diego
date Sat, 17 Jul 2010 10:43:42 +0000
parents 9aaff29c1e78
children
comparison
equal deleted inserted replaced
12180:b24153464669 12181:0885e7a93ed4
114 int ac_index, 114 int ac_index,
115 int pitch_delay_min); 115 int pitch_delay_min);
116 116
117 /** 117 /**
118 * \brief Update past quantized energies 118 * \brief Update past quantized energies
119 * \param quant_energy [in/out] past quantized energies (5.10) 119 * \param[in,out] quant_energy past quantized energies (5.10)
120 * \param gain_corr_factor gain correction factor 120 * \param gain_corr_factor gain correction factor
121 * \param log2_ma_pred_order log2() of MA prediction order 121 * \param log2_ma_pred_order log2() of MA prediction order
122 * \param erasure frame erasure flag 122 * \param erasure frame erasure flag
123 * 123 *
124 * If frame erasure flag is not equal to zero, memory is updated with 124 * If frame erasure flag is not equal to zero, memory is updated with
141 * correction (4.1.5 and 3.9.1 of G.729). 141 * correction (4.1.5 and 3.9.1 of G.729).
142 * \param dsp initialized dsputil context 142 * \param dsp initialized dsputil context
143 * \param gain_corr_factor gain correction factor (2.13) 143 * \param gain_corr_factor gain correction factor (2.13)
144 * \param fc_v fixed-codebook vector (2.13) 144 * \param fc_v fixed-codebook vector (2.13)
145 * \param mr_energy mean innovation energy and fixed-point correction (7.13) 145 * \param mr_energy mean innovation energy and fixed-point correction (7.13)
146 * \param quant_energy [in/out] past quantized energies (5.10) 146 * \param[in,out] quant_energy past quantized energies (5.10)
147 * \param subframe_size length of subframe 147 * \param subframe_size length of subframe
148 * 148 *
149 * \return quantized fixed-codebook gain (14.1) 149 * \return quantized fixed-codebook gain (14.1)
150 * 150 *
151 * The routine implements equations 69, 66 and 71 of the G.729 specification (3.9.1) 151 * The routine implements equations 69, 66 and 71 of the G.729 specification (3.9.1)