FFmpeg
Data Fields
DebandContext Struct Reference

Data Fields

const AVClassclass
 
int coupling
 
float threshold [4]
 
int range
 
int blur
 
float direction
 
int nb_components
 
int planewidth [4]
 
int planeheight [4]
 
int shift [2]
 
int thr [4]
 
intx_pos
 
inty_pos
 
int(* deband )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)
 

Detailed Description

Definition at line 31 of file vf_deband.c.

Field Documentation

◆ class

const AVClass* DebandContext::class

Definition at line 32 of file vf_deband.c.

◆ coupling

int DebandContext::coupling

Definition at line 34 of file vf_deband.c.

◆ threshold

float DebandContext::threshold[4]

Definition at line 35 of file vf_deband.c.

◆ range

int DebandContext::range

Definition at line 36 of file vf_deband.c.

◆ blur

int DebandContext::blur

Definition at line 37 of file vf_deband.c.

◆ direction

float DebandContext::direction

Definition at line 38 of file vf_deband.c.

◆ nb_components

int DebandContext::nb_components

Definition at line 40 of file vf_deband.c.

◆ planewidth

int DebandContext::planewidth[4]

Definition at line 41 of file vf_deband.c.

◆ planeheight

int DebandContext::planeheight[4]

Definition at line 42 of file vf_deband.c.

◆ shift

int DebandContext::shift[2]

Definition at line 43 of file vf_deband.c.

◆ thr

int DebandContext::thr[4]

Definition at line 44 of file vf_deband.c.

◆ x_pos

int* DebandContext::x_pos

Definition at line 46 of file vf_deband.c.

◆ y_pos

int* DebandContext::y_pos

Definition at line 47 of file vf_deband.c.

◆ deband

int(* DebandContext::deband) (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)

Definition at line 49 of file vf_deband.c.


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