Searched refs:Rxx16pos (Results 1 – 2 of 2) sorted by relevance
820 tmp32 = (Rxx16w32 - stt->Rxx16_vectorw32[stt->Rxx16pos]) >> 3; in WebRtcAgc_ProcessAnalog()822 stt->Rxx16_vectorw32[stt->Rxx16pos] = Rxx16w32; in WebRtcAgc_ProcessAnalog()825 stt->Rxx16pos++; in WebRtcAgc_ProcessAnalog()826 if (stt->Rxx16pos == RXX_BUFFER_LEN) in WebRtcAgc_ProcessAnalog()828 stt->Rxx16pos = 0; in WebRtcAgc_ProcessAnalog()1471 stt->Rxx16pos = 0; in WebRtcAgc_Init()
87 int16_t Rxx16pos; // Current position in the Rxx16_vectorw32 member