Searched refs:Q_Q10 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A DNSQ_del_dec.c38 opus_int32 Q_Q10[ DECISION_DELAY ]; member in struct:__anon13970
50 opus_int32 Q_Q10; member in struct:__anon13971
233 pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 );
284 pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 );
500 psSS[ 0 ].Q_Q10 = q1_Q10;
501 psSS[ 1 ].Q_Q10 = q2_Q10;
505 psSS[ 0 ].Q_Q10 = q2_Q10;
506 psSS[ 1 ].Q_Q10 = q1_Q10;
512 exc_Q14 = silk_LSHIFT32( psSS[ 0 ].Q_Q10, 4 );
531 exc_Q14 = silk_LSHIFT32( psSS[ 1 ].Q_Q10,
[all...]
/external/libopus/silk/
H A DNSQ_del_dec.c38 opus_int32 Q_Q10[ DECISION_DELAY ]; member in struct:__anon23735
50 opus_int32 Q_Q10; member in struct:__anon23736
233 pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 );
284 pulses[ i - decisionDelay ] = (opus_int8)silk_RSHIFT_ROUND( psDD->Q_Q10[ last_smple_idx ], 10 );
500 psSS[ 0 ].Q_Q10 = q1_Q10;
501 psSS[ 1 ].Q_Q10 = q2_Q10;
505 psSS[ 0 ].Q_Q10 = q2_Q10;
506 psSS[ 1 ].Q_Q10 = q1_Q10;
512 exc_Q14 = silk_LSHIFT32( psSS[ 0 ].Q_Q10, 4 );
531 exc_Q14 = silk_LSHIFT32( psSS[ 1 ].Q_Q10,
[all...]

Completed in 53 milliseconds