Home | History | Annotate | Download | only in source

Lines Matching refs:WEBRTC_SPL_MUL_16_32_RSFT15

734           tmp = WEBRTC_SPL_MUL_16_32_RSFT15(alpha, tmp);
737 tmp = WEBRTC_SPL_MUL_16_32_RSFT15(WEBRTC_SPL_LSHIFT_W16(alpha, (sh-shMem)), tmp); // Shift alpha the number of times required to get tmp in QdomLO
740 tmp = WEBRTC_SPL_MUL_16_32_RSFT15(WEBRTC_SPL_LSHIFT_W16(alpha, 6), tmp); // Shift alpha as much as possible without overflow the number of times required to get tmp in QdomHI
755 tmp=WEBRTC_SPL_MUL_16_32_RSFT15(beta, tmp);
756 tmpB=WEBRTC_SPL_MUL_16_32_RSFT15(gamma, corrlo2QQ[n]);
780 tmp = WEBRTC_SPL_MUL_16_32_RSFT15(alpha, tmp);
787 tmp = WEBRTC_SPL_MUL_16_32_RSFT15(WEBRTC_SPL_LSHIFT_W16(alpha, (sh-shMem)), tmp); // Shift alpha the number of times required to get tmp in QdomHI
794 tmp = WEBRTC_SPL_MUL_16_32_RSFT15(WEBRTC_SPL_LSHIFT_W16(alpha, 6), tmp); // Shift alpha as much as possible without overflow the number of times required to get tmp in QdomHI
808 WEBRTC_SPL_MUL_16_32_RSFT15(beta, tmp);
809 tmpB=WEBRTC_SPL_MUL_16_32_RSFT15(gamma, tmpCorr);