Home
last modified time | relevance | path

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

/external/libopus/silk/fixed/
Dfind_LTP_FIX.c88 … XXLTP_Q17_ptr[ i ] = (opus_int32)( silk_LSHIFT64( (opus_int64)XXLTP_Q17_ptr[ i ], 17 ) / temp ); in silk_find_LTP_FIX()
91 … xXLTP_Q17_ptr[ i ] = (opus_int32)( silk_LSHIFT64( (opus_int64)xXLTP_Q17_ptr[ i ], 17 ) / temp ); in silk_find_LTP_FIX()
Dwarped_autocorrelation_FIX.c82 corr[ i ] = (opus_int32)silk_CHECK_FIT32( silk_LSHIFT64( corr_QC[ i ], lsh ) ); in silk_warped_autocorrelation_FIX_c()
/external/libopus/silk/fixed/arm/
Dwarped_autocorrelation_FIX_neon_intr.c217 corr_QC_orderT = silk_LSHIFT64( corr_QC_orderT, QC ); in silk_warped_autocorrelation_FIX_neon()
240 … corr[ order - i ] = (opus_int32)silk_CHECK_FIT32( silk_LSHIFT64( corr_QCT[ i ], lsh ) ); in silk_warped_autocorrelation_FIX_neon()
/external/libopus/silk/
DMacroCount.h343 #undef silk_LSHIFT64
344 static OPUS_INLINE opus_int64 silk_LSHIFT64(opus_int64 a, opus_int shift){ in silk_LSHIFT64() function
DMacroDebug.h601 #undef silk_LSHIFT64
602 #define silk_LSHIFT64(a,b) silk_LSHIFT64_((a), (b), __FILE__, __LINE__) macro
DSigProc_FIX.h525 #define silk_LSHIFT64(a, shift) ((opus_int64)((opus_uint64)(a)<<(shift))) /* shif… macro