FFmpeg
Macros | Functions
vf_threshold_init.c File Reference
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavfilter/threshold.h"

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);

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().

out
FILE * out
Definition: movenc.c:55
w
uint8_t w
Definition: llviddspenc.c:38
max
#define max(a, b)
Definition: cuda_runtime.h:33
_
#define _
h
h
Definition: vp9dsp_template.c:2038
min
float min
Definition: vorbis_enc_data.h:429