Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/checkasm/
Dvf_gblur.c70 float postscale = 0.0603f; in check_postscale_slice() local
/third_party/ffmpeg/libavfilter/
Dgblur.h49 float postscale; member
Dvf_gblur_init.h37 float postscale, float min, float max) in postscale_c()
Dvf_gblur.c111 const float postscale = s->postscale * s->postscaleV; in filter_postscale() local
201 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