HomeSort by relevance Sort by last modified time
    Searched refs:tmpU16 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
digital_agc.c 75 uint16_t tmpU16, intPart, fracPart;
155 tmpU16 = kGenFuncTable[intPart + 1] - kGenFuncTable[intPart]; // Q8
156 tmpU32no1 = WEBRTC_SPL_UMUL_16_16(tmpU16, fracPart); // Q22
664 uint16_t tmpU16;
776 tmpU16 = (13 << 12);
777 tmp32b = WEBRTC_SPL_MUL_16_U16(state->logRatio, tmpU16);
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 75 WebRtc_UWord16 tmpU16, intPart, fracPart;
155 tmpU16 = kGenFuncTable[intPart + 1] - kGenFuncTable[intPart]; // Q8
156 tmpU32no1 = WEBRTC_SPL_UMUL_16_16(tmpU16, fracPart); // Q22
669 WebRtc_UWord16 tmpU16;
781 tmpU16 = WEBRTC_SPL_LSHIFT_U16((WebRtc_UWord16)13, 12);
782 tmp32b = WEBRTC_SPL_MUL_16_U16(state->logRatio, tmpU16);

Completed in 721 milliseconds