Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dbit_slicer.c232 tr = bs->thresh >> thresh_frac; \
267 unsigned int thresh_frac = tf; \
278 BIT_SLICER (RGB16_LE, 4, bs->thresh_frac)
279 BIT_SLICER (RGB16_BE, 4, bs->thresh_frac)
323 tr = bs->thresh >> bs->thresh_frac; in low_pass_bit_slicer_Y8()
513 static const unsigned int thresh_frac = DEF_THR_FRAC; in vbi3_bit_slicer_slice_with_points() local
702 bs->thresh_frac = DEF_THR_FRAC; in vbi3_bit_slicer_set_params()
712 bs->thresh_frac += LP_AVG - 2; in vbi3_bit_slicer_set_params()
725 bs->thresh_frac += LP_AVG - 2; in vbi3_bit_slicer_set_params()
738 bs->thresh_frac += LP_AVG - 2; in vbi3_bit_slicer_set_params()
[all …]
Dbit_slicer.h161 unsigned int thresh_frac; member