Searched refs:DECISION_DELAY (Results 1 – 2 of 2) sorted by relevance
160 #define DECISION_DELAY 32 macro161 #define DECISION_DELAY_MASK ( DECISION_DELAY - 1 )176 #if( MAX_LPC_ORDER > DECISION_DELAY )179 # define NSQ_LPC_BUF_LENGTH DECISION_DELAY
37 opus_int32 RandState[ DECISION_DELAY ];38 opus_int32 Q_Q10[ DECISION_DELAY ];39 opus_int32 Xq_Q14[ DECISION_DELAY ];40 opus_int32 Pred_Q15[ DECISION_DELAY ];41 opus_int32 Shape_Q14[ DECISION_DELAY ];164 decisionDelay = silk_min_int( DECISION_DELAY, psEncC->subfr_length ); in silk_NSQ_del_dec()187 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 ); in silk_NSQ_del_dec()713 for( i = 0; i < DECISION_DELAY; i++ ) { in silk_nsq_del_dec_scale_states()