Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 5 of 5) sorted by relevance

/hardware/invensense/mlsdk/mllite/
Dmlcontrol.c365 inv_error_t inv_set_grid_thresh(unsigned short controlSignal, long threshold) in inv_set_grid_thresh() argument
374 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()
Dcompass.c146 static void thresh_filter_init(struct yas_thresh_filter *thresh_filter, float threshold) in thresh_filter_init() argument
148 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()
Dcompass.h58 float threshold; member
Dmlcontrol.h199 long threshold);
/hardware/ti/omap3/dspbridge/libbridge/
DCOPYING257 threshold for this to be true is not precisely defined by law.