Searched refs:tmpU16 (Results 1 – 1 of 1) sorted by relevance
75 uint16_t tmpU16, intPart, fracPart; in WebRtcAgc_CalculateGainTable() local154 tmpU16 = kGenFuncTable[intPart + 1] - kGenFuncTable[intPart]; // Q8 in WebRtcAgc_CalculateGainTable()155 tmpU32no1 = tmpU16 * fracPart; // Q22 in WebRtcAgc_CalculateGainTable()639 uint16_t tmpU16; in WebRtcAgc_ProcessVad() local755 tmpU16 = (13 << 12); in WebRtcAgc_ProcessVad()756 tmp32b = WEBRTC_SPL_MUL_16_U16(state->logRatio, tmpU16); in WebRtcAgc_ProcessVad()