FFmpeg
Loading...
Searching...
No Matches
GBlurContext Struct Reference

#include <libavfilter/gblur.h>

Data Fields

const AVClassclass
float sigma
float sigmaV
int steps
int planes
int flt
int depth
int stride
int planewidth [4]
int planeheight [4]
floatbuffer
floatlocalbuf
 temporary buffer for horiz_slice. NULL if not used
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)

Detailed Description

Definition at line 32 of file gblur.h.

Field Documentation

◆ class

const AVClass* GBlurContext::class

Definition at line 33 of file gblur.h.

◆ sigma

float GBlurContext::sigma

Definition at line 35 of file gblur.h.

◆ sigmaV

float GBlurContext::sigmaV

Definition at line 36 of file gblur.h.

◆ steps

int GBlurContext::steps

Definition at line 37 of file gblur.h.

◆ planes

int GBlurContext::planes

Definition at line 38 of file gblur.h.

◆ flt

int GBlurContext::flt

Definition at line 40 of file gblur.h.

◆ depth

int GBlurContext::depth

Definition at line 41 of file gblur.h.

◆ stride

int GBlurContext::stride

Definition at line 42 of file gblur.h.

◆ planewidth

int GBlurContext::planewidth[4]

Definition at line 43 of file gblur.h.

◆ planeheight

int GBlurContext::planeheight[4]

Definition at line 44 of file gblur.h.

◆ buffer

float* GBlurContext::buffer

Definition at line 45 of file gblur.h.

◆ 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

Definition at line 47 of file gblur.h.

◆ boundaryscaleV

float GBlurContext::boundaryscaleV

Definition at line 48 of file gblur.h.

◆ postscale

float GBlurContext::postscale

Definition at line 49 of file gblur.h.

◆ postscaleV

float GBlurContext::postscaleV

Definition at line 50 of file gblur.h.

◆ nu

float GBlurContext::nu

Definition at line 51 of file gblur.h.

◆ nuV

float GBlurContext::nuV

Definition at line 52 of file gblur.h.

◆ nb_planes

int GBlurContext::nb_planes

Definition at line 53 of file gblur.h.

◆ horiz_slice

void(* GBlurContext::horiz_slice) (float *buffer, int width, int height, int steps, float nu, float bscale, float *localbuf)

Definition at line 54 of file gblur.h.

◆ verti_slice

void(* GBlurContext::verti_slice) (float *buffer, int width, int height, int slice_start, int slice_end, int steps, float nu, float bscale)

Definition at line 55 of file gblur.h.

◆ postscale_slice

void(* GBlurContext::postscale_slice) (float *buffer, int length, float postscale, float min, float max)

Definition at line 57 of file gblur.h.


The documentation for this struct was generated from the following file: