Home
last modified time | relevance | path

Searched refs:noise_energy_threshold_30dB (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/ilbc/
Ddo_plc.c43 int32_t noise_energy_threshold_30dB; in WebRtcIlbcfix_DoThePlc() local
235 noise_energy_threshold_30dB = (int32_t)iLBCdec_inst->blockl * 900; in WebRtcIlbcfix_DoThePlc()
273 if (energy < noise_energy_threshold_30dB) { in WebRtcIlbcfix_DoThePlc()
279 if (energy < noise_energy_threshold_30dB) { in WebRtcIlbcfix_DoThePlc()