HomeSort by relevance Sort by last modified time
    Searched defs:Q_Q10 (Results 1 - 2 of 2) sorted by null

  /external/libopus/silk/
NSQ_del_dec.c 40 opus_int32 Q_Q10[ DECISION_DELAY ];
52 opus_int32 Q_Q10;
239 pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 );
290 pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 );
496 psSS[ 0 ].Q_Q10 = q1_Q10;
497 psSS[ 1 ].Q_Q10 = q2_Q10;
501 psSS[ 0 ].Q_Q10 = q2_Q10;
502 psSS[ 1 ].Q_Q10 = q1_Q10;
508 exc_Q14 = silk_LSHIFT32( psSS[ 0 ].Q_Q10, 4 );
527 exc_Q14 = silk_LSHIFT32( psSS[ 1 ].Q_Q10, 4 )
    [all...]
  /external/libopus/silk/x86/
NSQ_del_dec_sse.c 43 opus_int32 Q_Q10[ DECISION_DELAY ];
55 opus_int32 Q_Q10;
238 pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 );
289 pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 );
    [all...]

Completed in 2426 milliseconds