Lines Matching refs:caps_ht
147 STATS caps_ht (0, 300); //confirmed pts in wd in re_estimate_x_ht() local
199 caps_ht.add (blob_ht_above_baseline, 1); in re_estimate_x_ht()
220 caps_ht.add (blob_ht_above_baseline, 1); in re_estimate_x_ht()
226 est_caps_ht = estimate_from_stats (caps_ht); in re_estimate_x_ht()
271 improve_estimate(word_res, est_x_ht, est_caps_ht, x_ht, caps_ht); in re_estimate_x_ht()
272 est_caps_ht_certain = caps_ht.get_total () > 0; in re_estimate_x_ht()
287 improve_estimate(word_res, est_x_ht, est_caps_ht, x_ht, caps_ht); in re_estimate_x_ht()
318 if ((caps_ht.get_total () > 0) && in re_estimate_x_ht()
319 (est_x_ht + x_ht_ok_variation >= caps_ht.ile (0.0001))) { in re_estimate_x_ht()
515 float caps_ht; in check_block_occ() local
525 caps_ht = word_res->caps_height * word_res->denorm.scale (); in check_block_occ()
527 caps_ht = x_ht / x_ht_fraction_of_caps_ht; in check_block_occ()
541 caps_ht, confirmed_char); in check_block_occ()
589 float caps_ht, in check_blob_occ() argument
595 acceptable_variation = (caps_ht - x_ht) * x_ht_variation; in check_blob_occ()
613 caps_ht - acceptable_variation; in check_blob_occ()
673 STATS &caps_ht) { in improve_estimate() argument
709 caps_ht.add (blob_ht_above_baseline, 1); in improve_estimate()
716 new_val = estimate_from_stats (caps_ht); in improve_estimate()