HomeSort by relevance Sort by last modified time
    Searched refs:LTP_pred_Q14 (Results 1 - 3 of 3) sorted by null

  /external/libopus/silk/
NSQ_del_dec.c 345 opus_int32 LTP_pred_Q14, LPC_pred_Q14, n_AR_Q14, n_LTP_Q14;
377 LTP_pred_Q14 = 2;
378 LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ 0 ], b_Q14[ 0 ] );
379 LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -1 ], b_Q14[ 1 ] );
380 LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -2 ], b_Q14[ 2 ] );
381 LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -3 ], b_Q14[ 3 ] )
    [all...]
  /external/libopus/silk/mips/
NSQ_del_dec_mipsr1.h 71 opus_int32 LTP_pred_Q14, LPC_pred_Q14, n_AR_Q14, n_LTP_Q14;
135 LTP_pred_Q14 = __builtin_mips_extr_w(temp64, 16);
136 LTP_pred_Q14 = silk_LSHIFT( LTP_pred_Q14, 1 ); /* Q13 -> Q14 */
139 LTP_pred_Q14 = 0;
147 n_LTP_Q14 = silk_SUB_LSHIFT32( LTP_pred_Q14, n_LTP_Q14, 2 ); /* Q12 -> Q14 */
295 LPC_exc_Q14 = silk_ADD32( exc_Q14, LTP_pred_Q14 );
315 LPC_exc_Q14 = silk_ADD32( exc_Q14, LTP_pred_Q14 );
  /external/libopus/silk/x86/
NSQ_del_dec_sse.c 342 opus_int32 LTP_pred_Q14, LPC_pred_Q14, n_AR_Q14, n_LTP_Q14;
381 LTP_pred_Q14 = 2;
396 LTP_pred_Q14 += _mm_cvtsi128_si32( pred_lag_ptr_tmp );
398 LTP_pred_Q14 = silk_SMLAWB( LTP_pred_Q14, pred_lag_ptr[ -4 ], b_Q14[ 4 ] );
399 LTP_pred_Q14 = silk_LSHIFT( LTP_pred_Q14, 1 ); /* Q13 -> Q14 */
403 LTP_pred_Q14 = 0;
411 n_LTP_Q14 = silk_SUB_LSHIFT32( LTP_pred_Q14, n_LTP_Q14, 2 ); /* Q12 -> Q14 */
    [all...]

Completed in 645 milliseconds