comparison lsp.h @ 12165:4f06422196ee libavcodec

Restore mistakenly removed [in]/[out] Doxygen parameter attributes.
author diego
date Wed, 14 Jul 2010 21:22:06 +0000
parents 57fba1b7867b
children 0885e7a93ed4
comparison
equal deleted inserted replaced
12164:59ba77fe9922 12165:4f06422196ee
44 * 44 *
45 * This step is not mentioned in the AMR spec but is in the reference C decoder. 45 * This step is not mentioned in the AMR spec but is in the reference C decoder.
46 * Omitting this step creates audible distortion on the sinusoidal sweep 46 * Omitting this step creates audible distortion on the sinusoidal sweep
47 * test vectors in 3GPP TS 26.074. 47 * test vectors in 3GPP TS 26.074.
48 * 48 *
49 * @param lsf [in,out] LSFs in Hertz 49 * @param[in,out] lsf LSFs in Hertz
50 * @param min_spacing minimum distance between two consecutive lsf values 50 * @param min_spacing minimum distance between two consecutive lsf values
51 * @param size size of the lsf vector 51 * @param size size of the lsf vector
52 */ 52 */
53 void ff_set_min_dist_lsf(float *lsf, double min_spacing, int size); 53 void ff_set_min_dist_lsf(float *lsf, double min_spacing, int size);
54 54