Searched refs:even_smoothing (Results 1 – 11 of 11) sorted by relevance
21 config->even_smoothing = 0.025; in NoiseReductionFillConfigWithDefaults()31 state->even_smoothing = config->even_smoothing * (1 << kNoiseReductionBits); in NoiseReductionPopulateState()
28 float even_smoothing; member
29 uint16_t even_smoothing; member
27 fprintf(fp, "%s->even_smoothing = %d;\n", variable, state->even_smoothing); in NoiseReductionWriteMemmap()
23 ((i & 1) == 0) ? state->even_smoothing : state->odd_smoothing; in NoiseReductionApply()
29 config_.even_smoothing = 0.025; in NoiseReductionTestConfig()
41 config_.noise_reduction.even_smoothing = 0.025; in FrontendTestConfig()
42 even_smoothing=0.025, argument110 upper_band_limit, lower_band_limit, smoothing_bits, even_smoothing,
44 config.noise_reduction.even_smoothing = 0.025; in InitializeMicroFeatures()
56 config.noise_reduction.even_smoothing = m["even_smoothing"].AsFloat(); in Init()
175 &config_.noise_reduction.even_smoothing)); in AudioMicrofrontendOp()