Searched defs:silk_MLA (Results 1 – 4 of 4) sorted by relevance
/external/libopus/silk/arm/ |
D | SigProc_FIX_armv4.h | 45 #define silk_MLA(a, b, c) (silk_MLA_armv4(a, b, c)) macro
|
/external/libopus/silk/ |
D | SigProc_FIX.h | 408 #define silk_MLA(a32, b32, c32) silk_ADD32((a32),((b32) * (c32))) macro
|
D | MacroCount.h | 69 static OPUS_INLINE opus_int32 silk_MLA(opus_int32 a32, opus_int32 b32, opus_int32 c32){ in silk_MLA() function
|
D | MacroDebug.h | 288 #define silk_MLA(a,b,c) silk_MLA_((a), (b), (c), __FILE__, __LINE__) macro
|