FFmpeg
|
#include <gblur.h>
Data Fields | |
const AVClass * | class |
float | sigma |
float | sigmaV |
int | steps |
int | planes |
int | flt |
int | depth |
int | planewidth [4] |
int | planeheight [4] |
float * | buffer |
float | boundaryscale |
float | boundaryscaleV |
float | postscale |
float | postscaleV |
float | nu |
float | nuV |
int | nb_planes |
void(* | horiz_slice )(float *buffer, int width, int height, int steps, float nu, float bscale) |
void(* | postscale_slice )(float *buffer, int length, float postscale, float min, float max) |