Home | History | Annotate | Download | only in silk

Lines Matching full:term

56     const opus_int16    a_Q12[],                /* I    Short term prediction coefs     */
57 const opus_int16 b_Q14[], /* I Long term prediction coefs */
77 const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term prediction coefs */
78 const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term prediction coefs */
80 const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping coefs */
182 const opus_int16 a_Q12[], /* I Short term prediction coefs */
183 const opus_int16 b_Q14[], /* I Long term prediction coefs */
208 /* Set up short term AR state */
215 /* Short-term prediction */
238 /* Long-term prediction */
424 /* Scale long-term shaping state */
429 /* Scale long-term prediction state */
438 /* Scale short-term prediction and shaping states */