comparison acelp_filters.h @ 7645:dcfbc11cfd7d libavcodec

Right half is clearer than positive half for specifying which part of the filter coeffs is used.
author michael
date Thu, 21 Aug 2008 21:59:42 +0000
parents 3d5972069016
children 9b769aa9c665
comparison
equal deleted inserted replaced
7644:3d5972069016 7645:dcfbc11cfd7d
44 * @param precision filter is able to interpolate with 1/precision precision of pitch delay 44 * @param precision filter is able to interpolate with 1/precision precision of pitch delay
45 * @param pitch_delay_frac pitch delay, fractional part [0..precision-1] 45 * @param pitch_delay_frac pitch delay, fractional part [0..precision-1]
46 * @param filter_length filter length 46 * @param filter_length filter length
47 * @param length length of speech data to process 47 * @param length length of speech data to process
48 * 48 *
49 * filter_coeffs contains coefficients of the positive half of the symmetric 49 * filter_coeffs contains coefficients of the right half of the symmetric
50 * interpolation filter. filter_coeffs[0] should the central (unpaired) coefficient. 50 * interpolation filter. filter_coeffs[0] should the central (unpaired) coefficient.
51 * See ff_acelp_interp_filter for an example. 51 * See ff_acelp_interp_filter for an example.
52 * 52 *
53 */ 53 */
54 void ff_acelp_interpolate( 54 void ff_acelp_interpolate(