FFmpeg
|
Data Fields | |
const AVClass * | class |
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) |
Definition at line 30 of file vf_maskedthreshold.c.
const AVClass* MaskedThresholdContext::class |
Definition at line 31 of file vf_maskedthreshold.c.
int MaskedThresholdContext::threshold |
Definition at line 33 of file vf_maskedthreshold.c.
int MaskedThresholdContext::planes |
Definition at line 34 of file vf_maskedthreshold.c.
int MaskedThresholdContext::linesize[4] |
Definition at line 36 of file vf_maskedthreshold.c.
int MaskedThresholdContext::planewidth[4] |
Definition at line 37 of file vf_maskedthreshold.c.
int MaskedThresholdContext::planeheight[4] |
Definition at line 37 of file vf_maskedthreshold.c.
int MaskedThresholdContext::nb_planes |
Definition at line 38 of file vf_maskedthreshold.c.
int MaskedThresholdContext::depth |
Definition at line 39 of file vf_maskedthreshold.c.
FFFrameSync MaskedThresholdContext::fs |
Definition at line 40 of file vf_maskedthreshold.c.
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.