Home | History | Annotate | Download | only in signal_processing

Lines Matching refs:sum

23     WebRtc_Word32 sum;
30 sum = 0;
35 sum += WEBRTC_SPL_MUL_16_16_RSFT(*vector1++, *vector2++, scaling);
42 sum += WEBRTC_SPL_MUL_16_16(*vector1, *vector2);
45 sum += WEBRTC_SPL_MUL_16_16(*vector1, *vector2);
48 sum += WEBRTC_SPL_MUL_16_16(*vector1, *vector2);
51 sum += WEBRTC_SPL_MUL_16_16(*vector1, *vector2);
58 sum += WEBRTC_SPL_MUL_16_16(*vector1, *vector2);
67 sum += WEBRTC_SPL_MUL_16_16_RSFT(*vector1, *vector2, scaling);
70 sum += WEBRTC_SPL_MUL_16_16_RSFT(*vector1, *vector2, scaling);
73 sum += WEBRTC_SPL_MUL_16_16_RSFT(*vector1, *vector2, scaling);
76 sum += WEBRTC_SPL_MUL_16_16_RSFT(*vector1, *vector2, scaling);
83 sum += WEBRTC_SPL_MUL_16_16_RSFT(*vector1, *vector2, scaling);
90 return sum;