• Home
  • Raw
  • Download

Lines Matching refs:spatial_thresh

365   filter->spatial_thresh = DEFAULT_SPATIAL_THRESH;  in gst_field_analysis_init()
431 filter->spatial_thresh = g_value_get_int64 (value); in gst_field_analysis_set_property()
517 g_value_set_int64 (value, filter->spatial_thresh); in gst_field_analysis_get_property()
1061 const gint64 spatial_thresh = filter->spatial_thresh; in block_score_for_row_32detect() local
1079 if ((diff1 > spatial_thresh && diff2 > spatial_thresh) in block_score_for_row_32detect()
1080 || (diff1 < -spatial_thresh && diff2 < -spatial_thresh)) { in block_score_for_row_32detect()
1092 if ((diff1 > spatial_thresh && diff2 > spatial_thresh) in block_score_for_row_32detect()
1093 || (diff1 < -spatial_thresh && diff2 < -spatial_thresh)) { in block_score_for_row_32detect()
1148 const gint64 spatial_thresh = filter->spatial_thresh; in block_score_for_row_iscombed() local
1149 const gint64 spatial_thresh_squared = spatial_thresh * spatial_thresh; in block_score_for_row_iscombed()
1166 if ((diff1 > spatial_thresh && diff2 > spatial_thresh) in block_score_for_row_iscombed()
1167 || (diff1 < -spatial_thresh && diff2 < -spatial_thresh)) { in block_score_for_row_iscombed()
1180 if ((diff1 > spatial_thresh && diff2 > spatial_thresh) in block_score_for_row_iscombed()
1181 || (diff1 < -spatial_thresh && diff2 < -spatial_thresh)) { in block_score_for_row_iscombed()
1236 const gint64 spatial_thresh = filter->spatial_thresh; in block_score_for_row_5_tap() local
1237 const gint64 spatial_threshx6 = 6 * spatial_thresh; in block_score_for_row_5_tap()
1257 if ((diff1 > spatial_thresh && diff2 > spatial_thresh) in block_score_for_row_5_tap()
1258 || (diff1 < -spatial_thresh && diff2 < -spatial_thresh)) { in block_score_for_row_5_tap()
1289 if ((diff1 > spatial_thresh && diff2 > spatial_thresh) in block_score_for_row_5_tap()
1290 || (diff1 < -spatial_thresh && diff2 < -spatial_thresh)) { in block_score_for_row_5_tap()