Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dbit_slicer.c178 cl = bs->oversampling_rate >> 1; \
182 if (cl >= bs->oversampling_rate) { \
191 cl -= bs->oversampling_rate; \
334 cl = bs->oversampling_rate >> 1; in low_pass_bit_slicer_Y8()
338 if (cl >= bs->oversampling_rate) { in low_pass_bit_slicer_Y8()
348 cl -= bs->oversampling_rate; in low_pass_bit_slicer_Y8()
875 bs->oversampling_rate = sampling_rate * oversampling; in vbi3_bit_slicer_set_params()
Ddecoder.c139 cl = d->oversampling_rate >> 1;
143 if (cl >= (unsigned int) d->oversampling_rate) {
144 cl -= d->oversampling_rate;
443 slicer->oversampling_rate = sampling_rate * OVERSAMPLING;
Dbit_slicer.h164 unsigned int oversampling_rate; member
Ddecoder.h252 int oversampling_rate;