Home | History | Annotate | Download | only in include

Lines Matching refs:b32

91 #define WEBRTC_SPL_MUL_32_32_RSFT32(a32a, a32b, b32) \
92 ((WebRtc_Word32)(WEBRTC_SPL_MUL_16_32_RSFT16(a32a, b32) \
93 + (WEBRTC_SPL_MUL_16_32_RSFT16(a32b, b32) >> 16)))
94 #define WEBRTC_SPL_MUL_32_32_RSFT32BI(a32, b32) \
96 (WebRtc_Word16)(a32 >> 16)), b32) + \
98 (WebRtc_Word16)((a32 & 0x0000FFFF) >> 1)), b32) >> 15)))