#include <gblur.h>
|
| const AVClass * | class |
| |
| float | sigma |
| |
| float | sigmaV |
| |
| int | steps |
| |
| int | planes |
| |
| int | flt |
| |
| int | depth |
| |
| int | stride |
| |
| int | planewidth [4] |
| |
| int | planeheight [4] |
| |
| float * | buffer |
| |
| float * | localbuf |
| | temporary buffer for horiz_slice. NULL if not used More...
|
| |
| 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, float *localbuf) |
| |
| void(* | verti_slice )(float *buffer, int width, int height, int slice_start, int slice_end, int steps, float nu, float bscale) |
| |
| void(* | postscale_slice )(float *buffer, int length, float postscale, float min, float max) |
| |
Definition at line 32 of file gblur.h.
◆ class
◆ sigma
| float GBlurContext::sigma |
◆ sigmaV
| float GBlurContext::sigmaV |
◆ steps
◆ planes
◆ flt
◆ depth
◆ stride
◆ planewidth
| int GBlurContext::planewidth[4] |
◆ planeheight
| int GBlurContext::planeheight[4] |
◆ buffer
| float* GBlurContext::buffer |
◆ localbuf
| float* GBlurContext::localbuf |
temporary buffer for horiz_slice. NULL if not used
Definition at line 46 of file gblur.h.
◆ boundaryscale
| float GBlurContext::boundaryscale |
◆ boundaryscaleV
| float GBlurContext::boundaryscaleV |
◆ postscale
| float GBlurContext::postscale |
◆ postscaleV
| float GBlurContext::postscaleV |
◆ nu
◆ nuV
◆ nb_planes
| int GBlurContext::nb_planes |
◆ horiz_slice
◆ verti_slice
◆ postscale_slice
The documentation for this struct was generated from the following file: