OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Rxx16pos
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
analog_agc.h
87
int16_t
Rxx16pos
; // Current position in the Rxx16_vectorw32
analog_agc.c
938
tmp32 = WEBRTC_SPL_RSHIFT_W32(Rxx16w32 - stt->Rxx16_vectorw32[stt->
Rxx16pos
], 3);
940
stt->Rxx16_vectorw32[stt->
Rxx16pos
] = Rxx16w32;
943
stt->
Rxx16pos
++;
944
if (stt->
Rxx16pos
== RXX_BUFFER_LEN)
946
stt->
Rxx16pos
= 0;
[
all
...]
Completed in 27 milliseconds