FFmpeg
|
#include <threshold.h>
Data Fields | |
const AVClass * | class |
int | depth |
int | planes |
int | bpc |
int | nb_planes |
int | width [4] |
int | height [4] |
void(* | threshold )(const uint8_t *in, const uint8_t *threshold, const uint8_t *min, const uint8_t *max, uint8_t *out, ptrdiff_t ilinesize, ptrdiff_t tlinesize, ptrdiff_t flinesize, ptrdiff_t slinesize, ptrdiff_t olinesize, int w, int h) |
AVFrame * | frames [4] |
FFFrameSync | fs |
Definition at line 27 of file threshold.h.
const AVClass* ThresholdContext::class |
Definition at line 28 of file threshold.h.
int ThresholdContext::depth |
Definition at line 30 of file threshold.h.
int ThresholdContext::planes |
Definition at line 31 of file threshold.h.
int ThresholdContext::bpc |
Definition at line 32 of file threshold.h.
int ThresholdContext::nb_planes |
Definition at line 34 of file threshold.h.
int ThresholdContext::width[4] |
Definition at line 35 of file threshold.h.
int ThresholdContext::height[4] |
Definition at line 35 of file threshold.h.
void(* ThresholdContext::threshold) (const uint8_t *in, const uint8_t *threshold, const uint8_t *min, const uint8_t *max, uint8_t *out, ptrdiff_t ilinesize, ptrdiff_t tlinesize, ptrdiff_t flinesize, ptrdiff_t slinesize, ptrdiff_t olinesize, int w, int h) |
Definition at line 37 of file threshold.h.
AVFrame* ThresholdContext::frames[4] |
Definition at line 45 of file threshold.h.
FFFrameSync ThresholdContext::fs |
Definition at line 46 of file threshold.h.