Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/fieldanalysis/
Dgstfieldanalysis.h136 guint64 block_thresh; member
Dgstfieldanalysis.c368 filter->block_thresh = DEFAULT_BLOCK_THRESH; in gst_field_analysis_init()
452 filter->block_thresh = g_value_get_uint64 (value); in gst_field_analysis_set_property()
526 g_value_set_uint64 (value, filter->block_thresh); in gst_field_analysis_get_property()
1348 const guint64 block_thresh = filter->block_thresh; in opposite_parity_windowed_comb() local
1379 if (block_score > (block_thresh >> 1) in opposite_parity_windowed_comb()
1380 && block_score <= block_thresh) { in opposite_parity_windowed_comb()
1383 } else if (block_score > block_thresh) { in opposite_parity_windowed_comb()