Home
last modified time | relevance | path

Searched refs:cri_mask (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dbit_slicer.h122 unsigned int cri_mask,
159 unsigned int cri_mask; member
Ddecoder.c148 if ((c & d->cri_mask) == d->cri) {
342 unsigned int cri_frc, unsigned int cri_mask,
435 slicer->cri_mask = cri_mask & c_mask;
436 slicer->cri = (cri_frc >> frc_bits) & slicer->cri_mask;
Dbit_slicer.c193 if ((c & bs->cri_mask) == bs->cri) { \
350 if ((c & bs->cri_mask) == bs->cri) { in low_pass_bit_slicer_Y8()
655 unsigned int cri_mask, in vbi3_bit_slicer_set_params() argument
844 bs->cri_mask = cri_mask & c_mask; in vbi3_bit_slicer_set_params()
845 bs->cri = cri & bs->cri_mask; in vbi3_bit_slicer_set_params()
Ddecoder.h248 unsigned int cri_mask;
269 unsigned int cri_frc, unsigned int cri_mask,