HomeSort by relevance Sort by last modified time
    Searched full:tmp32b (Results 1 - 1 of 1) sorted by null

  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 668 WebRtc_Word32 out, nrg, tmp32, tmp32b; local
782 tmp32b = WEBRTC_SPL_MUL_16_U16(state->logRatio, tmpU16);
783 tmp32 += WEBRTC_SPL_RSHIFT_W32(tmp32b, 10);

Completed in 5904 milliseconds