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

  /external/chromium_org/third_party/opus/src/silk/
define.h 160 #define DECISION_DELAY 32
161 #define DECISION_DELAY_MASK ( DECISION_DELAY - 1 )
176 #if( MAX_LPC_ORDER > DECISION_DELAY )
179 # define NSQ_LPC_BUF_LENGTH DECISION_DELAY
NSQ_del_dec.c 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 );
187 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 );
    [all...]
  /external/libopus/silk/
define.h 160 #define DECISION_DELAY 32
161 #define DECISION_DELAY_MASK ( DECISION_DELAY - 1 )
176 #if( MAX_LPC_ORDER > DECISION_DELAY )
179 # define NSQ_LPC_BUF_LENGTH DECISION_DELAY
NSQ_del_dec.c 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 );
187 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 );
    [all...]

Completed in 115 milliseconds