Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dgreedyh.c56 guint max_comb, motion_threshold, motion_sense; member
92 guint motion_threshold = self->motion_threshold; in greedyh_scanline_C_ayuv() local
160 if (mov > motion_threshold) in greedyh_scanline_C_ayuv()
161 mov -= motion_threshold; in greedyh_scanline_C_ayuv()
204 guint motion_threshold = self->motion_threshold; in greedyh_scanline_C_yuy2() local
305 if (mov_l > motion_threshold) in greedyh_scanline_C_yuy2()
306 mov_l -= motion_threshold; in greedyh_scanline_C_yuy2()
348 guint motion_threshold = self->motion_threshold; in greedyh_scanline_C_uyvy() local
449 if (mov_l > motion_threshold) in greedyh_scanline_C_uyvy()
450 mov_l -= motion_threshold; in greedyh_scanline_C_uyvy()
[all …]
Dgreedyh.asm61 i = self->motion_threshold; // scale to range of 0-257
280 i = self->motion_threshold; // scale to range of 0-257