Searched refs:tmpU16 (Results 1 – 1 of 1) sorted by relevance
75 WebRtc_UWord16 tmpU16, intPart, fracPart; in WebRtcAgc_CalculateGainTable() local155 tmpU16 = kGenFuncTable[intPart + 1] - kGenFuncTable[intPart]; // Q8 in WebRtcAgc_CalculateGainTable()156 tmpU32no1 = WEBRTC_SPL_UMUL_16_16(tmpU16, fracPart); // Q22 in WebRtcAgc_CalculateGainTable()669 WebRtc_UWord16 tmpU16; in WebRtcAgc_ProcessVad() local781 tmpU16 = WEBRTC_SPL_LSHIFT_U16((WebRtc_UWord16)13, 12); in WebRtcAgc_ProcessVad()782 tmp32b = WEBRTC_SPL_MUL_16_U16(state->logRatio, tmpU16); in WebRtcAgc_ProcessVad()