Searched refs:get_cubic_tap (Results 1 – 2 of 2) sorted by relevance
166 get_cubic_tap (ResamplerParams * params, gint l, gint xi, gdouble x) in get_cubic_tap() function396 params.get_tap = get_cubic_tap; in gst_video_resampler_init()
175 get_cubic_tap (gdouble x, gint n_taps, gdouble b, gdouble c) in get_cubic_tap() function308 weight += tmp_taps[i] = get_cubic_tap (x + i, resampler->n_taps, in make_taps()