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

  /external/libopus/silk/
NSQ_del_dec.c 41 opus_int32 Xq_Q14[ DECISION_DELAY ];
54 opus_int32 xq_Q14;
241 silk_SMULWW( psDD->Xq_Q14[ last_smple_idx ], Gains_Q16[ 1 ] ), 14 ) );
292 silk_SMULWW( psDD->Xq_Q14[ last_smple_idx ], Gain_Q10 ), 8 ) );
347 opus_int32 q1_Q0, q1_Q10, q2_Q10, exc_Q14, LPC_exc_Q14, xq_Q14, Gain_Q10;
515 xq_Q14 = silk_ADD32( LPC_exc_Q14, LPC_pred_Q14 );
518 sLF_AR_shp_Q14 = silk_SUB32( xq_Q14, n_AR_Q14 );
522 psSS[ 0 ].xq_Q14 = xq_Q14;
535 xq_Q14 = silk_ADD32( LPC_exc_Q14, LPC_pred_Q14 )
    [all...]
  /external/libopus/silk/x86/
NSQ_del_dec_sse.c 44 opus_int32 Xq_Q14[ DECISION_DELAY ];
57 opus_int32 xq_Q14;
240 silk_SMULWW( psDD->Xq_Q14[ last_smple_idx ], Gains_Q16[ 1 ] ), 14 ) );
291 silk_SMULWW( psDD->Xq_Q14[ last_smple_idx ], Gain_Q10 ), 8 ) );
344 opus_int32 q1_Q0, q1_Q10, q2_Q10, exc_Q14, LPC_exc_Q14, xq_Q14, Gain_Q10;
    [all...]
  /external/libopus/silk/mips/
NSQ_del_dec_mipsr1.h 73 opus_int32 q1_Q0, q1_Q10, q2_Q10, exc_Q14, LPC_exc_Q14, xq_Q14, Gain_Q10;
296 xq_Q14 = silk_ADD32( LPC_exc_Q14, LPC_pred_Q14 );
299 sLF_AR_shp_Q14 = silk_SUB32( xq_Q14, n_AR_Q14 );
303 psSS[ 0 ].xq_Q14 = xq_Q14;
316 xq_Q14 = silk_ADD32( LPC_exc_Q14, LPC_pred_Q14 );
319 sLF_AR_shp_Q14 = silk_SUB32( xq_Q14, n_AR_Q14 );
323 psSS[ 1 ].xq_Q14 = xq_Q14;
379 silk_SMULWW( psDD->Xq_Q14[ last_smple_idx ], delayedGain_Q10[ last_smple_idx ] ), 8 ) )
    [all...]

Completed in 1734 milliseconds