FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
LimitDiffContext Struct Reference

Data Fields

const AVClassclass
 
float threshold
 
float elasticity
 
int reference
 
int planes
 
int thr1
 
int thr2
 
int linesize [4]
 
int planewidth [4]
 
int planeheight [4]
 
int nb_planes
 
int depth
 
FFFrameSync fs
 
void(* limitdiff )(const uint8_t *filtered, uint8_t *dst, const uint8_t *source, const uint8_t *reference, int thr1, int thr2, int w, int depth)
 

Detailed Description

Definition at line 33 of file vf_limitdiff.c.

Field Documentation

◆ class

const AVClass* LimitDiffContext::class

Definition at line 34 of file vf_limitdiff.c.

◆ threshold

float LimitDiffContext::threshold

Definition at line 36 of file vf_limitdiff.c.

◆ elasticity

float LimitDiffContext::elasticity

Definition at line 37 of file vf_limitdiff.c.

◆ reference

int LimitDiffContext::reference

Definition at line 38 of file vf_limitdiff.c.

◆ planes

int LimitDiffContext::planes

Definition at line 39 of file vf_limitdiff.c.

◆ thr1

int LimitDiffContext::thr1

Definition at line 41 of file vf_limitdiff.c.

◆ thr2

int LimitDiffContext::thr2

Definition at line 41 of file vf_limitdiff.c.

◆ linesize

int LimitDiffContext::linesize[4]

Definition at line 43 of file vf_limitdiff.c.

◆ planewidth

int LimitDiffContext::planewidth[4]

Definition at line 44 of file vf_limitdiff.c.

◆ planeheight

int LimitDiffContext::planeheight[4]

Definition at line 44 of file vf_limitdiff.c.

◆ nb_planes

int LimitDiffContext::nb_planes

Definition at line 45 of file vf_limitdiff.c.

◆ depth

int LimitDiffContext::depth

Definition at line 46 of file vf_limitdiff.c.

◆ fs

FFFrameSync LimitDiffContext::fs

Definition at line 47 of file vf_limitdiff.c.

◆ limitdiff

void(* LimitDiffContext::limitdiff) (const uint8_t *filtered, uint8_t *dst, const uint8_t *source, const uint8_t *reference, int thr1, int thr2, int w, int depth)

Definition at line 49 of file vf_limitdiff.c.


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