Home | History | Annotate | Download | only in private

Lines Matching full:coefficients

85  *	Computes LP coefficients for orders 1..max_order.
91 * OUT lp_coeff[0,max_order-1][0,max_order-1] LP coefficients for each order
99 * Example: if max_order is 9, the LP coefficients for order 9 will be
100 * in lp_coeff[8][0,8], the LP coefficients for order 8 will be
108 * Quantizes the LP coefficients. NOTE: precision + bits_per_sample
111 * IN lp_coeff[0,order-1] LP coefficients
116 * OUT qlp_coeff[0,order-1] quantized coefficients
118 * LP coefficients. NOTE: could be negative.
120 * 1 => coefficients require too much shifting for *shift to
122 * 2 => coefficients are all zero, which is bad. 'shift' is
135 * IN qlp_coeff[0,order-1] quantized LP coefficients
137 * IN lp_quantization quantization of LP coefficients in bits
161 * IN qlp_coeff[0,order-1] quantized LP coefficients
163 * IN lp_quantization quantization of LP coefficients in bits
190 * IN lpc_error >= 0.0 error returned from calculating LP coefficients
203 * IN lpc_error[0,max_order-1] >= 0.0 error returned from calculating LP coefficients