|
FFmpeg
|
#include "config.h"#include "libavutil/attributes.h"#include "libavutil/common.h"#include "gblur.h"Go to the source code of this file.
Functions | |
| static void | postscale_c (float *buffer, int length, float postscale, float min, float max) |
| static void | horiz_slice_c (float *buffer, int width, int height, int steps, float nu, float bscale, float *localbuf) |
| static void | do_vertical_columns (float *buffer, int width, int height, int column_begin, int column_end, int steps, float nu, float boundaryscale, int column_step) |
| static void | verti_slice_c (float *buffer, int width, int height, int slice_start, int slice_end, int steps, float nu, float boundaryscale) |
| static av_unused void | ff_gblur_init (GBlurContext *s) |
|
static |
Definition at line 36 of file vf_gblur_init.h.
Referenced by ff_gblur_init().
|
static |
Definition at line 45 of file vf_gblur_init.h.
Referenced by ff_gblur_init().
|
static |
Definition at line 66 of file vf_gblur_init.h.
Referenced by verti_slice_c().
|
static |
Definition at line 99 of file vf_gblur_init.h.
Referenced by ff_gblur_init().
|
static |
Definition at line 112 of file vf_gblur_init.h.
Referenced by checkasm_check_vf_gblur(), and config_input().
1.8.17