Searched defs:WEBRTC_SPL_MUL_16_32_RSFT16 (Results 1 – 3 of 3) sorted by relevance
26 static __inline int32_t WEBRTC_SPL_MUL_16_32_RSFT16(int16_t a, int32_t b) { in WEBRTC_SPL_MUL_16_32_RSFT16() function
38 static __inline int32_t WEBRTC_SPL_MUL_16_32_RSFT16(int16_t a, int32_t b) { in WEBRTC_SPL_MUL_16_32_RSFT16() function
50 #define WEBRTC_SPL_MUL_16_32_RSFT16(a, b) \ macro