Searched refs:threshold (Results 1 – 5 of 5) sorted by relevance
365 inv_error_t inv_set_grid_thresh(unsigned short controlSignal, long threshold) in inv_set_grid_thresh() argument374 cntrl_params.gridThreshold[0] = threshold; in inv_set_grid_thresh()377 cntrl_params.gridThreshold[1] = threshold; in inv_set_grid_thresh()380 cntrl_params.gridThreshold[2] = threshold; in inv_set_grid_thresh()383 cntrl_params.gridThreshold[3] = threshold; in inv_set_grid_thresh()
146 static void thresh_filter_init(struct yas_thresh_filter *thresh_filter, float threshold) in thresh_filter_init() argument148 thresh_filter->threshold = threshold; in thresh_filter_init()154 if (in < thresh_filter->last - thresh_filter->threshold in thresh_filter_filter()155 || thresh_filter->last + thresh_filter->threshold < in) { in thresh_filter_filter()
58 float threshold; member
199 long threshold);
257 threshold for this to be true is not precisely defined by law.