Home
last modified time | relevance | path

Searched refs:motion_sense (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
91 guint motion_sense = self->motion_sense; in greedyh_scanline_C_ayuv() local
165 mov = mov * motion_sense; in greedyh_scanline_C_ayuv()
203 guint motion_sense = self->motion_sense; in greedyh_scanline_C_yuy2() local
310 mov_l = mov_l * motion_sense; in greedyh_scanline_C_yuy2()
347 guint motion_sense = self->motion_sense; in greedyh_scanline_C_uyvy() local
454 mov_l = mov_l * motion_sense; in greedyh_scanline_C_uyvy()
490 guint motion_sense = self->motion_sense; in greedyh_scanline_C_planar_y() local
561 mov = mov * motion_sense; in greedyh_scanline_C_planar_y()
886 self->motion_sense = g_value_get_uint (value); in gst_deinterlace_method_greedy_h_set_property()
[all …]
Dgreedyh.asm64 i = self->motion_sense; // scale to range of 0-257
283 i = self->motion_sense; // scale to range of 0-257