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/main/source/
digital_agc.c 648 WebRtc_Word32 out, nrg, tmp32, tmp32b; local
764 tmp32b = WEBRTC_SPL_MUL_16_U16(state->logRatio, tmpU16);
765 tmp32 += WEBRTC_SPL_RSHIFT_W32(tmp32b, 10);

Completed in 4437 milliseconds