Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/fieldanalysis/
Dgstfieldanalysis.h132 gfloat field_thresh; /* threshold used for the same parity field metric */ member
Dgstfieldanalysis.c360 filter->field_thresh = DEFAULT_FIELD_THRESH; in gst_field_analysis_init()
410 filter->field_thresh = g_value_get_float (value); in gst_field_analysis_set_property()
498 g_value_set_float (value, filter->field_thresh); in gst_field_analysis_get_property()
1502 if (res0->t <= filter->field_thresh || res0->t * (100 / 10) < res0->b) in gst_field_analysis_process_buffer()
1504 if (res0->b <= filter->field_thresh || res0->b * (100 / 10) < res0->t) in gst_field_analysis_process_buffer()