Lines Matching full:coefficients
99 * Computes LP coefficients for orders 1..max_order.
105 * OUT lp_coeff[0,max_order-1][0,max_order-1] LP coefficients for each order
113 * Example: if max_order is 9, the LP coefficients for order 9 will be
114 * in lp_coeff[8][0,8], the LP coefficients for order 8 will be
122 * Quantizes the LP coefficients. NOTE: precision + bits_per_sample
125 * IN lp_coeff[0,order-1] LP coefficients
130 * OUT qlp_coeff[0,order-1] quantized coefficients
132 * LP coefficients. NOTE: could be negative.
134 * 1 => coefficients require too much shifting for *shift to
136 * 2 => coefficients are all zero, which is bad. 'shift' is
149 * IN qlp_coeff[0,order-1] quantized LP coefficients
151 * IN lp_quantization quantization of LP coefficients in bits
191 * IN qlp_coeff[0,order-1] quantized LP coefficients
193 * IN lp_quantization quantization of LP coefficients in bits
226 * IN lpc_error >= 0.0 error returned from calculating LP coefficients
239 * IN lpc_error[0,max_order-1] >= 0.0 error returned from calculating LP coefficients