HomeSort by relevance Sort by last modified time
    Searched refs:denoiseBound (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
ns_core.h 78 float denoiseBound;
ns_core.c 233 inst->denoiseBound = (float)0.5;
238 inst->denoiseBound = (float)0.25;
243 inst->denoiseBound = (float)0.125;
248 inst->denoiseBound = (float)0.09;
    [all...]
nsx_core.h 30 uint16_t denoiseBound; /* Q14 */
nsx_core.c 164 // if (gain <= inst->denoiseBound) {
165 // factor2 = 1.0 - 0.3 * (blim - inst->denoiseBound);
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.h 76 float denoiseBound;
ns_core.c 218 inst->denoiseBound = (float)0.5;
223 inst->denoiseBound = (float)0.25;
228 inst->denoiseBound = (float)0.125;
233 inst->denoiseBound = (float)0.09;
    [all...]
nsx_core.h 31 WebRtc_UWord16 denoiseBound; /* Q14 */
nsx_core.c 292 // if (gain <= inst->denoiseBound) {
293 // factor2 = 1.0 - 0.3 * (blim - inst->denoiseBound);
    [all...]

Completed in 280 milliseconds