Home | History | Annotate | Download | only in silk

Lines Matching refs:xq_Q14

39     opus_int32 Xq_Q14[    DECISION_DELAY ];
52 opus_int32 xq_Q14;
235 silk_SMULWW( psDD->Xq_Q14[ last_smple_idx ], Gains_Q16[ 1 ] ), 14 ) );
286 silk_SMULWW( psDD->Xq_Q14[ last_smple_idx ], Gain_Q10 ), 8 ) );
339 opus_int32 q1_Q0, q1_Q10, q2_Q10, exc_Q14, LPC_exc_Q14, xq_Q14, Gain_Q10;
519 xq_Q14 = silk_ADD32( LPC_exc_Q14, LPC_pred_Q14 );
522 sLF_AR_shp_Q14 = silk_SUB32( xq_Q14, n_AR_Q14 );
526 psSS[ 0 ].xq_Q14 = xq_Q14;
539 xq_Q14 = silk_ADD32( LPC_exc_Q14, LPC_pred_Q14 );
542 sLF_AR_shp_Q14 = silk_SUB32( xq_Q14, n_AR_Q14 );
546 psSS[ 1 ].xq_Q14 = xq_Q14;
602 silk_SMULWW( psDD->Xq_Q14[ last_smple_idx ], delayedGain_Q10[ last_smple_idx ] ), 8 ) );
614 psDD->sLPC_Q14[ NSQ_LPC_BUF_LENGTH + i ] = psSS->xq_Q14;
615 psDD->Xq_Q14[ *smpl_buf_idx ] = psSS->xq_Q14;