Home | History | Annotate | Download | only in vega

Lines Matching refs:threshold

252                                      float offset, float threshold)
255 const float max_dist_line = threshold*offset*offset;
256 const float max_dist_normal = threshold*offset;
332 float offset, float threshold)
440 return good_offset(orig, shifted, offset, threshold);
522 float threshold)
542 threshold *= 1.5;
543 if (threshold > 2.)
547 res = shift(b, o, normal_len, threshold);
567 enum shift_result res = shift(b, o, normal_len, threshold);