Lines Matching refs:order
43 const opus_int order /* I Prediction order */
50 Anew_QA = A_QA[ order & 1 ];
53 for( k = order - 1; k > 0; k-- ) {
110 const opus_int16 *A_Q12, /* I Prediction coefficients, Q12 [order] */
111 const opus_int order /* I Prediction order */
119 Anew_QA = Atmp_QA[ order & 1 ];
122 for( k = 0; k < order; k++ ) {
130 return LPC_inverse_pred_gain_QA( Atmp_QA, order );
137 const opus_int32 *A_Q24, /* I Prediction coefficients [order] */
138 const opus_int order /* I Prediction order */
145 Anew_QA = Atmp_QA[ order & 1 ];
148 for( k = 0; k < order; k++ ) {
152 return LPC_inverse_pred_gain_QA( Atmp_QA, order );