Lines Matching defs:CONFIDENCE_OK
49 * CONFIDENCE_OK defines the level where runtime calibration results are
52 #define CONFIDENCE_OK (3)
271 cal_data[ratio].confidence >= CONFIDENCE_OK &&
272 cal_data[ratio + 1].confidence >= CONFIDENCE_OK &&
273 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) {
278 cal_data[ratio].confidence >= CONFIDENCE_OK &&
279 cal_data[ratio - 1].confidence >= CONFIDENCE_OK &&
280 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) {
284 } else if (cal_data[ratio].confidence >= CONFIDENCE_OK &&
285 cal_data[ratio - 1].confidence >= CONFIDENCE_OK &&
286 cal_data[ratio + 1].confidence >= CONFIDENCE_OK) {
312 if (d->confidence >= CONFIDENCE_OK ||