Home
last modified time | relevance | path

Searched refs:spatial_thresh (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/fieldanalysis/
Dgstfieldanalysis.c365 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()
[all …]
Dgstfieldanalysis.h134 gint64 spatial_thresh; /* threshold used spatial comb detection */ member