Searched refs:block_thresh (Results 1 – 2 of 2) sorted by relevance
136 guint64 block_thresh; member
368 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() local1379 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()