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

  /external/webrtc/src/modules/audio_processing/ns/main/source/
ns_core.h 76 float denoiseBound;
nsx_core.h 32 WebRtc_UWord16 denoiseBound; /* Q14 */
ns_core.c 237 inst->denoiseBound = (float)0.5;
244 inst->denoiseBound = (float)0.25;
251 inst->denoiseBound = (float)0.125;
258 inst->denoiseBound = (float)0.09;
    [all...]
nsx_core.c 647 inst->denoiseBound = 8192; // Q14(0.5)
652 inst->denoiseBound = 4096; // Q14(0.25
    [all...]

Completed in 207 milliseconds