Searched refs:n_LTP_Q13 (Results 1 – 1 of 1) sorted by relevance
198 opus_int32 LTP_pred_Q13, LPC_pred_Q10, n_AR_Q12, n_LTP_Q13; in silk_noise_shape_quantizer() local284 …n_LTP_Q13 = silk_SMULWB( silk_ADD32( shp_lag_ptr[ 0 ], shp_lag_ptr[ -2 ] ), HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer()285 …n_LTP_Q13 = silk_SMLAWT( n_LTP_Q13, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer()286 n_LTP_Q13 = silk_LSHIFT( n_LTP_Q13, 1 ); in silk_noise_shape_quantizer()289 tmp2 = silk_SUB32( LTP_pred_Q13, n_LTP_Q13 ); /* Q13 */ in silk_noise_shape_quantizer()