# HG changeset patch # User michael # Date 1219355982 0 # Node ID dcfbc11cfd7dc1b70a18c2ea81955332013a3ecf # Parent 3d5972069016d190e0ea1a149df026b071c7d1c9 Right half is clearer than positive half for specifying which part of the filter coeffs is used. diff -r 3d5972069016 -r dcfbc11cfd7d acelp_filters.h --- a/acelp_filters.h Thu Aug 21 21:56:48 2008 +0000 +++ b/acelp_filters.h Thu Aug 21 21:59:42 2008 +0000 @@ -46,7 +46,7 @@ * @param filter_length filter length * @param length length of speech data to process * - * filter_coeffs contains coefficients of the positive half of the symmetric + * filter_coeffs contains coefficients of the right half of the symmetric * interpolation filter. filter_coeffs[0] should the central (unpaired) coefficient. * See ff_acelp_interp_filter for an example. *