Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-resampler.c166 get_cubic_tap (ResamplerParams * params, gint l, gint xi, gdouble x) in get_cubic_tap() function
396 params.get_tap = get_cubic_tap; in gst_video_resampler_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c175 get_cubic_tap (gdouble x, gint n_taps, gdouble b, gdouble c) in get_cubic_tap() function
308 weight += tmp_taps[i] = get_cubic_tap (x + i, resampler->n_taps, in make_taps()