Home
last modified time | relevance | path

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

/external/libopus/silk/arm/
Dmacros_armv5e.h141 #undef silk_SMLABT
154 #define silk_SMLABT(a, b, c) (silk_SMLABT_armv5e(a, b, c)) macro
/external/libopus/silk/
Dmacros.h87 #define silk_SMLABT(a32, b32, c32) ((a32) + ((opus_int32)((opus_int16)(b32))) * ((c32) >> 16)) macro
DMacroCount.h137 #undef silk_SMLABT
138 static OPUS_INLINE opus_int32 silk_SMLABT(opus_int32 a32, opus_int32 b32, opus_int32 c32){ in silk_SMLABT() function
170 #define silk_SMLABT_ovflw silk_SMLABT
DMacroDebug.h415 #undef silk_SMLABT
416 #define silk_SMLABT(a,b,c) silk_SMLABT_((a), (b), (c), __FILE__, __LINE__) macro
/external/libopus/silk/fixed/mips/
Dprefilter_FIX_mipsr1.h144 …n_LTP_Q12 = silk_SMLABT( n_LTP_Q12, LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 ) & LTP_MASK ]… in silk_prefilt_FIX()
/external/libopus/silk/fixed/
Dprefilter_FIX.c198 …n_LTP_Q12 = silk_SMLABT( n_LTP_Q12, LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 ) & LTP_MASK ]… in silk_prefilt_FIX()