Home | History | Annotate | Download | only in include

Lines Matching refs:a32

94 #define WEBRTC_SPL_MUL_32_32_RSFT32BI(a32, b32) \
96 (WebRtc_Word16)(a32 >> 16)), b32) + \
98 (WebRtc_Word16)((a32 & 0x0000FFFF) >> 1)), b32) >> 15)))