FFmpeg
Loading...
Searching...
No Matches
vf_threshold_init.c File Reference

Go to the source code of this file.

Macros

#define THRESHOLD_FUNC(depth, opt)
 

Functions

av_cold void ff_threshold_init_x86 (ThresholdContext *s)
 

Macro Definition Documentation

◆ THRESHOLD_FUNC

#define THRESHOLD_FUNC ( depth,
opt )
Value:
void ff_threshold##depth##_##opt(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);
#define _
static FILE * out
#define min(a, b)
#define max(a, b)
uint8_t w
Definition llvidencdsp.c:39

Definition at line 26 of file vf_threshold_init.c.

Function Documentation

◆ ff_threshold_init_x86()

av_cold void ff_threshold_init_x86 ( ThresholdContext * s)

Definition at line 40 of file vf_threshold_init.c.

Referenced by ff_threshold_init(), and ff_threshold_init_x86().