Searched defs:stt (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.c120 Agc_t *stt; local
121 stt = (Agc_t *)state;
128 if (stt->fs == 8000)
143 fprintf(stt->fpt,
145 (stt->fcount + 1));
149 } else if (stt->fs == 16000)
164 fprintf(stt->fpt,
166 (stt->fcount + 1));
170 } else if (stt->fs == 32000)
181 fprintf(stt
334 Agc_t *stt; local
403 Agc_t *stt; local
538 WebRtcAgc_UpdateAgcThresholds(Agc_t *stt) argument
590 WebRtcAgc_SaturationCtrl(Agc_t *stt, WebRtc_UWord8 *saturated, WebRtc_Word32 *env) argument
615 WebRtcAgc_ZeroCtrl(Agc_t *stt, WebRtc_Word32 *inMicLevel, WebRtc_Word32 *env) argument
676 WebRtcAgc_SpeakerInactiveCtrl(Agc_t *stt) argument
767 Agc_t *stt; local
1251 Agc_t *stt; local
1398 Agc_t *stt; local
1454 Agc_t *stt; local
1483 Agc_t *stt; local
1510 Agc_t *stt; local
1532 Agc_t *stt; local
[all...]
H A Ddigital_agc.c261 WebRtc_Word32 WebRtcAgc_InitDigital(DigitalAgc_t *stt, WebRtc_Word16 agcMode) argument
267 stt->capacitorSlow = 0;
271 stt->capacitorSlow = 134217728; // (WebRtc_Word32)(0.125f * 32768.0f * 32768.0f);
273 stt->capacitorFast = 0;
274 stt->gain = 65536;
275 stt->gatePrevious = 0;
276 stt->agcMode = agcMode;
278 stt->frameCounter = 0;
282 WebRtcAgc_InitVad(&stt->vadNearend);
283 WebRtcAgc_InitVad(&stt
288 WebRtcAgc_AddFarendToDigital(DigitalAgc_t *stt, const WebRtc_Word16 *in_far, WebRtc_Word16 nrSamples) argument
303 WebRtcAgc_ProcessDigital(DigitalAgc_t *stt, const WebRtc_Word16 *in_near, const WebRtc_Word16 *in_near_H, WebRtc_Word16 *out, WebRtc_Word16 *out_H, WebRtc_UWord32 FS, WebRtc_Word16 lowlevelSignal) argument
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 143 milliseconds