Home
last modified time | relevance | path

Searched refs:LTP_pred_Q12 (Results 1 – 1 of 1) sorted by relevance

/external/libopus/silk/
DPLC.c205 opus_int32 LPC_pred_Q10, LTP_pred_Q12; in silk_PLC_conceal() local
312 LTP_pred_Q12 = 2; in silk_PLC_conceal()
313 LTP_pred_Q12 = silk_SMLAWB( LTP_pred_Q12, pred_lag_ptr[ 0 ], B_Q14[ 0 ] ); in silk_PLC_conceal()
314 LTP_pred_Q12 = silk_SMLAWB( LTP_pred_Q12, pred_lag_ptr[ -1 ], B_Q14[ 1 ] ); in silk_PLC_conceal()
315 LTP_pred_Q12 = silk_SMLAWB( LTP_pred_Q12, pred_lag_ptr[ -2 ], B_Q14[ 2 ] ); in silk_PLC_conceal()
316 LTP_pred_Q12 = silk_SMLAWB( LTP_pred_Q12, pred_lag_ptr[ -3 ], B_Q14[ 3 ] ); in silk_PLC_conceal()
317 LTP_pred_Q12 = silk_SMLAWB( LTP_pred_Q12, pred_lag_ptr[ -4 ], B_Q14[ 4 ] ); in silk_PLC_conceal()
323 …sLTP_Q14[ sLTP_buf_idx ] = silk_LSHIFT32( silk_SMLAWB( LTP_pred_Q12, rand_ptr[ idx ], rand_scale_Q… in silk_PLC_conceal()