Home
last modified time | relevance | path

Searched defs:boundaryscale (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_gblur_init.h68 float nu, float boundaryscale, int column_step) in do_vertical_columns()
101 float nu, float boundaryscale) in verti_slice_c()
Dvf_gblur.c66 const float boundaryscale = s->boundaryscale; in filter_horizontally() local
89 const float boundaryscale = s->boundaryscaleV; in filter_vertically() local
201 static void set_params(float sigma, int steps, float *postscale, float *boundaryscale, float *nu) in set_params()
Dgblur.h47 float boundaryscale; member