Lines Matching full:coefficients
11 Coefficients (LPC) to Line Spectral Pair (LSP) and back. Note that the
12 LSP coefficients are not in radians format but in the x domain of the
50 LSPs are used to encode the LPC filter coefficients {ak} for
55 A(z) is a polynomial of order lpcrdr with {ak} as the coefficients.
69 swap coefficients as we find roots. So the process of finding the
207 This function converts LPC coefficients to LSP
208 coefficients.
220 /* float *a lpc coefficients */
221 /* int lpcrdr order of LPC coefficients (10) */
250 /* determine P'(z)'s and Q'(z)'s coefficients where
397 Converts LSP coefficients to LPC coefficients.
405 /* float *ak array of LPC coefficients */
406 /* int lpcrdr order of LPC coefficients */
524 /* float *ak array of LPC coefficients */
525 /* int lpcrdr order of LPC coefficients */