FFmpeg  4.3.8
Data Fields
MaskedThresholdContext Struct Reference

Data Fields

const AVClassclass
 
int threshold
 
int planes
 
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 30 of file vf_maskedthreshold.c.

Field Documentation

◆ class

const AVClass* MaskedThresholdContext::class

Definition at line 31 of file vf_maskedthreshold.c.

◆ threshold

int MaskedThresholdContext::threshold

Definition at line 33 of file vf_maskedthreshold.c.

Referenced by threshold_slice().

◆ planes

int MaskedThresholdContext::planes

Definition at line 34 of file vf_maskedthreshold.c.

Referenced by threshold_slice().

◆ linesize

int MaskedThresholdContext::linesize[4]

Definition at line 36 of file vf_maskedthreshold.c.

Referenced by config_input(), and threshold_slice().

◆ planewidth

int MaskedThresholdContext::planewidth[4]

Definition at line 37 of file vf_maskedthreshold.c.

Referenced by config_input(), and threshold_slice().

◆ planeheight

int MaskedThresholdContext::planeheight[4]

Definition at line 37 of file vf_maskedthreshold.c.

Referenced by config_input(), process_frame(), and threshold_slice().

◆ nb_planes

int MaskedThresholdContext::nb_planes

Definition at line 38 of file vf_maskedthreshold.c.

Referenced by config_input(), and threshold_slice().

◆ depth

int MaskedThresholdContext::depth

Definition at line 39 of file vf_maskedthreshold.c.

Referenced by config_input().

◆ fs

FFFrameSync MaskedThresholdContext::fs

Definition at line 40 of file vf_maskedthreshold.c.

Referenced by activate(), config_output(), process_frame(), and uninit().

◆ 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.

Referenced by config_input(), and threshold_slice().


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