Home | History | Annotate | Download | only in float

Lines Matching full:lpc_order

38     opus_int16                      *NLSF_Q15,                          /* O    NLSF vector      [ LPC_order ]              */
39 const silk_float *pAR, /* I LPC coefficients [ LPC_order ] */
40 const opus_int LPC_order /* I LPC order */
46 for( i = 0; i < LPC_order; i++ ) {
50 silk_A2NLSF( NLSF_Q15, a_fix_Q16, LPC_order );
55 silk_float *pAR, /* O LPC coefficients [ LPC_order ] */
56 const opus_int16 *NLSF_Q15, /* I NLSF vector [ LPC_order ] */
57 const opus_int LPC_order /* I LPC order */
63 silk_NLSF2A( a_fix_Q12, NLSF_Q15, LPC_order );
65 for( i = 0; i < LPC_order; i++ ) {