Lines Matching refs:VocAlgorithm_SAMPLING_INTERVAL

401             (params->mUptime + F16(VocAlgorithm_SAMPLING_INTERVAL));  in VocAlgorithm_process()
458 (VocAlgorithm_SAMPLING_INTERVAL / 3600.))), in VocAlgorithm__mean_variance_estimator__set_parameters()
460 F16((VocAlgorithm_SAMPLING_INTERVAL / 3600.))))); in VocAlgorithm__mean_variance_estimator__set_parameters()
463 VocAlgorithm_SAMPLING_INTERVAL) / in VocAlgorithm__mean_variance_estimator__set_parameters()
464 (VocAlgorithm_TAU_INITIAL_MEAN + VocAlgorithm_SAMPLING_INTERVAL))); in VocAlgorithm__mean_variance_estimator__set_parameters()
467 VocAlgorithm_SAMPLING_INTERVAL) / in VocAlgorithm__mean_variance_estimator__set_parameters()
468 (VocAlgorithm_TAU_INITIAL_VARIANCE + VocAlgorithm_SAMPLING_INTERVAL))); in VocAlgorithm__mean_variance_estimator__set_parameters()
514 VocAlgorithm_SAMPLING_INTERVAL)); in VocAlgorithm__mean_variance_estimator___calculate_gamma()
518 F16(VocAlgorithm_SAMPLING_INTERVAL)); in VocAlgorithm__mean_variance_estimator___calculate_gamma()
523 F16(VocAlgorithm_SAMPLING_INTERVAL)); in VocAlgorithm__mean_variance_estimator___calculate_gamma()
580 (fix16_mul(F16((VocAlgorithm_SAMPLING_INTERVAL / 60.)), in VocAlgorithm__mean_variance_estimator___calculate_gamma()
761 F16((VocAlgorithm_SAMPLING_INTERVAL / in VocAlgorithm__adaptive_lowpass__set_parameters()
762 (VocAlgorithm_LP_TAU_FAST + VocAlgorithm_SAMPLING_INTERVAL))); in VocAlgorithm__adaptive_lowpass__set_parameters()
764 F16((VocAlgorithm_SAMPLING_INTERVAL / in VocAlgorithm__adaptive_lowpass__set_parameters()
765 (VocAlgorithm_LP_TAU_SLOW + VocAlgorithm_SAMPLING_INTERVAL))); in VocAlgorithm__adaptive_lowpass__set_parameters()
802 a3 = (fix16_div(F16(VocAlgorithm_SAMPLING_INTERVAL), in VocAlgorithm__adaptive_lowpass__process()
803 (F16(VocAlgorithm_SAMPLING_INTERVAL) + tau_a))); in VocAlgorithm__adaptive_lowpass__process()