Lines Matching refs:CONFIDENCE_OK
68 #define CONFIDENCE_OK (3) macro
276 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
277 cal_data[ratio + 1].confidence >= CONFIDENCE_OK && in get_compensation()
278 cal_data[ratio + 2].confidence >= CONFIDENCE_OK) { in get_compensation()
283 cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
284 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
285 cal_data[ratio - 2].confidence >= CONFIDENCE_OK) { in get_compensation()
289 } else if (cal_data[ratio].confidence >= CONFIDENCE_OK && in get_compensation()
290 cal_data[ratio - 1].confidence >= CONFIDENCE_OK && in get_compensation()
291 cal_data[ratio + 1].confidence >= CONFIDENCE_OK) { in get_compensation()
317 if (d->confidence >= CONFIDENCE_OK || in adjust_compensation()