Home
last modified time | relevance | path

Searched refs:roundVal (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/src/common_audio/signal_processing/
Dilbc_specific_functions.c33 WebRtc_Word16 roundVal; in WebRtcSpl_ScaleAndAddVectorsWithRound() local
34 roundVal = 1 << right_shifts; in WebRtcSpl_ScaleAndAddVectorsWithRound()
35 roundVal = roundVal >> 1; in WebRtcSpl_ScaleAndAddVectorsWithRound()
39 + WEBRTC_SPL_MUL_16_16(vector2[i], scale2) + roundVal) >> right_shifts); in WebRtcSpl_ScaleAndAddVectorsWithRound()