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

/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
H A Dgain_control.h42 int16_t targetLevelDbfs; // default 3 (-3 dBOv) member in struct:__anon20954
185 * This function sets the config parameters (targetLevelDbfs,
201 * This function returns the config parameters (targetLevelDbfs,
H A Danalog_agc.h50 int16_t targetLevelDbfs; // Target level in -dBfs of envelope (default -3) member in struct:__anon20948
H A Ddigital_agc.c63 int16_t targetLevelDbfs,// Q0
91 tmp16no1 = analogTarget - targetLevelDbfs;
93 maxGain = WEBRTC_SPL_MAX(tmp16no1, (analogTarget - targetLevelDbfs));
117 // limiterLvl = targetLevelDbfs + limiterOffset/compRatio
122 limiterLvl = targetLevelDbfs + tmp16no1;
61 WebRtcAgc_CalculateGainTable(int32_t *gainTable, int16_t digCompGaindB, int16_t targetLevelDbfs, uint8_t limiterEnable, int16_t analogTarget) argument

Completed in 100 milliseconds