Searched refs:n_LTP_Q13 (Results 1 – 2 of 2) sorted by relevance
/external/libopus/silk/ |
D | NSQ.c | 209 opus_int32 LTP_pred_Q13, LPC_pred_Q10, n_AR_Q12, n_LTP_Q13; in silk_noise_shape_quantizer() local 267 …n_LTP_Q13 = silk_SMULWB( silk_ADD32( shp_lag_ptr[ 0 ], shp_lag_ptr[ -2 ] ), HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer() 268 …n_LTP_Q13 = silk_SMLAWT( n_LTP_Q13, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer() 269 n_LTP_Q13 = silk_LSHIFT( n_LTP_Q13, 1 ); in silk_noise_shape_quantizer() 272 tmp2 = silk_SUB32( LTP_pred_Q13, n_LTP_Q13 ); /* Q13 */ in silk_noise_shape_quantizer()
|
/external/libopus/silk/x86/ |
D | NSQ_sse.c | 266 opus_int32 LTP_pred_Q13, LPC_pred_Q10, n_AR_Q12, n_LTP_Q13; in silk_noise_shape_quantizer_10_16_sse4_1() local 473 …n_LTP_Q13 = silk_SMULWB( silk_ADD32( shp_lag_ptr[ 0 ], shp_lag_ptr[ -2 ] ), HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_10_16_sse4_1() 474 …n_LTP_Q13 = silk_SMLAWT( n_LTP_Q13, shp_lag_ptr[ -1 ], HarmShapeFIRPacked_Q14… in silk_noise_shape_quantizer_10_16_sse4_1() 475 n_LTP_Q13 = silk_LSHIFT( n_LTP_Q13, 1 ); in silk_noise_shape_quantizer_10_16_sse4_1() 478 tmp2 = silk_SUB32( LTP_pred_Q13, n_LTP_Q13 ); /* Q13 */ in silk_noise_shape_quantizer_10_16_sse4_1()
|