Searched refs:silk_LSHIFT64 (Results 1 - 6 of 6) sorted by relevance

/external/libopus/silk/fixed/
H A Dfind_LTP_FIX.c88 XXLTP_Q17_ptr[ i ] = (opus_int32)( silk_LSHIFT64( (opus_int64)XXLTP_Q17_ptr[ i ], 17 ) / temp );
91 xXLTP_Q17_ptr[ i ] = (opus_int32)( silk_LSHIFT64( (opus_int64)xXLTP_Q17_ptr[ i ], 17 ) / temp );
H A Dwarped_autocorrelation_FIX.c82 corr[ i ] = (opus_int32)silk_CHECK_FIT32( silk_LSHIFT64( corr_QC[ i ], lsh ) );
/external/libopus/silk/fixed/arm/
H A Dwarped_autocorrelation_FIX_neon_intr.c217 corr_QC_orderT = silk_LSHIFT64( corr_QC_orderT, QC );
240 corr[ order - i ] = (opus_int32)silk_CHECK_FIT32( silk_LSHIFT64( corr_QCT[ i ], lsh ) );
/external/libopus/silk/
H A DMacroCount.h343 #undef silk_LSHIFT64 macro
344 static OPUS_INLINE opus_int64 silk_LSHIFT64(opus_int64 a, opus_int shift){ function
H A DSigProc_FIX.h504 #define silk_LSHIFT64(a, shift) ((opus_int64)((opus_uint64)(a)<<(shift))) /* shift >= 0, shift < 64 */ macro
H A DMacroDebug.h601 #undef silk_LSHIFT64 macro
602 #define silk_LSHIFT64(a,b) silk_LSHIFT64_((a), (b), __FILE__, __LINE__) macro
612 fprintf (stderr, "silk_LSHIFT64(%lld, %d) in %s: line %d\n", (long long)a, shift, file, line);

Completed in 156 milliseconds