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

Data Fields

const AVClassclass
 
int threshold
 
int planes
 
int mode
 
int linesize [4]
 
int planewidth [4]
 
int planeheight [4]
 
int nb_planes
 
int depth
 
FFFrameSync fs
 
void(* maskedthreshold )(const uint8_t *src, const uint8_t *ref, uint8_t *dst, int threshold, int w)
 

Detailed Description

Definition at line 29 of file vf_maskedthreshold.c.

Field Documentation

◆ class

const AVClass* MaskedThresholdContext::class

Definition at line 30 of file vf_maskedthreshold.c.

◆ threshold

int MaskedThresholdContext::threshold

Definition at line 32 of file vf_maskedthreshold.c.

◆ planes

int MaskedThresholdContext::planes

Definition at line 33 of file vf_maskedthreshold.c.

◆ mode

int MaskedThresholdContext::mode

Definition at line 34 of file vf_maskedthreshold.c.

◆ linesize

int MaskedThresholdContext::linesize[4]

Definition at line 36 of file vf_maskedthreshold.c.

◆ planewidth

int MaskedThresholdContext::planewidth[4]

Definition at line 37 of file vf_maskedthreshold.c.

◆ planeheight

int MaskedThresholdContext::planeheight[4]

Definition at line 37 of file vf_maskedthreshold.c.

◆ nb_planes

int MaskedThresholdContext::nb_planes

Definition at line 38 of file vf_maskedthreshold.c.

◆ depth

int MaskedThresholdContext::depth

Definition at line 39 of file vf_maskedthreshold.c.

◆ fs

FFFrameSync MaskedThresholdContext::fs

Definition at line 40 of file vf_maskedthreshold.c.

◆ maskedthreshold

void(* MaskedThresholdContext::maskedthreshold) (const uint8_t *src, const uint8_t *ref, uint8_t *dst, int threshold, int w)

Definition at line 42 of file vf_maskedthreshold.c.


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