Searched defs:WEBRTC_SPL_MUL_16_16 (Results 1 – 3 of 3) sorted by relevance
33 static __inline int32_t WEBRTC_SPL_MUL_16_16(int16_t a, int16_t b) { in WEBRTC_SPL_MUL_16_16() function
18 static __inline int32_t WEBRTC_SPL_MUL_16_16(int32_t a, in WEBRTC_SPL_MUL_16_16() function
52 #define WEBRTC_SPL_MUL_16_16(a, b) \ macro