comparison acelp_filters.h @ 6775:1f02f929b9ff libavcodec

Update comment to version, negotiated with Diego, and fix missing period (not latest revision of patch was wrongly committed).
author voroshil
date Sun, 11 May 2008 10:07:11 +0000
parents 695f4ab2db4c
children b03cd8d29d60
comparison
equal deleted inserted replaced
6774:ca449dc51bd7 6775:1f02f929b9ff
95 * The filter has a cut-off frequency of 100Hz 95 * The filter has a cut-off frequency of 100Hz
96 * 96 *
97 * \note Two items before the top of the out buffer must contain two items from the 97 * \note Two items before the top of the out buffer must contain two items from the
98 * tail of the previous subframe. 98 * tail of the previous subframe.
99 * 99 *
100 * \remark It is safe to pass the same array in in and out parameters 100 * \remark It is safe to pass the same array in in and out parameters.
101 * 101 *
102 * \remark AMR uses mostly the same filter (cut-off frequency 60Hz, same formula, 102 * \remark AMR uses mostly the same filter (cut-off frequency 60Hz, same formula,
103 * but constants differs in 5th sign after comma). Fortunately in 103 * but constants differs in 5th sign after comma). Fortunately in
104 * fixed-point all coefficients are the same as in G.729. Thus this 104 * fixed-point all coefficients are the same as in G.729. Thus this
105 * routine can be used for the fixed-point AMR decoder, too. 105 * routine can be used for the fixed-point AMR decoder, too.