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

  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.h 84 WebRtc_Word32 Rxx16_vectorw32[RXX_BUFFER_LEN];// Array with subframe energies
88 WebRtc_Word16 Rxx16pos; // Current position in the Rxx16_vectorw32
analog_agc.c 923 tmp32 = WEBRTC_SPL_RSHIFT_W32(Rxx16w32 - stt->Rxx16_vectorw32[stt->Rxx16pos], 3);
925 stt->Rxx16_vectorw32[stt->Rxx16pos] = Rxx16w32;
    [all...]

Completed in 216 milliseconds