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

  /external/libopus/silk/mips/
NSQ_del_dec_mipsr1.h 277 psSS[ 0 ].Q_Q10 = q1_Q10;
278 psSS[ 1 ].Q_Q10 = q2_Q10;
282 psSS[ 0 ].Q_Q10 = q2_Q10;
283 psSS[ 1 ].Q_Q10 = q1_Q10;
289 exc_Q14 = silk_LSHIFT32( psSS[ 0 ].Q_Q10, 4 );
308 exc_Q14 = silk_LSHIFT32( psSS[ 1 ].Q_Q10, 4 );
377 pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 );
393 psDD->Q_Q10[ *smpl_buf_idx ] = psSS->Q_Q10;
396 psDD->Seed = silk_ADD32_ovflw( psDD->Seed, silk_RSHIFT_ROUND( psSS->Q_Q10, 10 ) )
    [all...]
  /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 203 milliseconds