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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
analog_agc.h 79 int32_t Rxx160w32; // Average energy for one frame
analog_agc.c 937 /* Rxx160w32 in Q(-7) */
939 stt->Rxx160w32 = stt->Rxx160w32 + tmp32;
976 tmp32 = WEBRTC_SPL_RSHIFT_W32(stt->Rxx160w32 - stt->Rxx160_LPw32, kAlphaLongTerm);
    [all...]

Completed in 364 milliseconds