Home
last modified time | relevance | path

Searched defs:postscale (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Dvf_gblur.c54 float postscale = 0.0603f; in check_postscale_slice() local
/third_party/ffmpeg/libavfilter/
Dgblur.h47 float postscale; member
Dvf_gblur.c58 float postscale, float min, float max) in postscale_c()
177 const float postscale = s->postscale * s->postscaleV; in filter_postscale() local
267 static void set_params(float sigma, int steps, float *postscale, float *boundaryscale, float *nu) in set_params()
/third_party/ffmpeg/libavcodec/
Dfaandct.c54 static const FLOAT postscale[64]={ variable