Searched refs:silk_SMLABT (Results 1 – 6 of 6) sorted by relevance
/external/libopus/silk/arm/ |
D | macros_armv5e.h | 141 #undef silk_SMLABT 154 #define silk_SMLABT(a, b, c) (silk_SMLABT_armv5e(a, b, c)) macro
|
/external/libopus/silk/ |
D | macros.h | 87 #define silk_SMLABT(a32, b32, c32) ((a32) + ((opus_int32)((opus_int16)(b32))) * ((c32) >> 16)) macro
|
D | MacroCount.h | 137 #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
|
D | MacroDebug.h | 415 #undef silk_SMLABT 416 #define silk_SMLABT(a,b,c) silk_SMLABT_((a), (b), (c), __FILE__, __LINE__) macro
|
/external/libopus/silk/fixed/mips/ |
D | prefilter_FIX_mipsr1.h | 144 …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/ |
D | prefilter_FIX.c | 198 …n_LTP_Q12 = silk_SMLABT( n_LTP_Q12, LTP_shp_buf[ ( idx - HARM_SHAPE_FIR_TAPS / 2 ) & LTP_MASK ]… in silk_prefilt_FIX()
|