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

Go to the source code of this file.

Functions

void ff_maskedclamp8_sse2 (const uint8_t *bsrc, uint8_t *dst, const uint8_t *darksrc, const uint8_t *brightsrc, int w, int undershoot, int overshoot)
 
void ff_maskedclamp16_sse4 (const uint8_t *bsrc, uint8_t *dst, const uint8_t *darksrc, const uint8_t *brightsrc, int w, int undershoot, int overshoot)
 
av_cold void ff_maskedclamp_init_x86 (MaskedClampDSPContext *dsp, int depth)
 

Function Documentation

◆ ff_maskedclamp8_sse2()

void ff_maskedclamp8_sse2 ( const uint8_t * bsrc,
uint8_t * dst,
const uint8_t * darksrc,
const uint8_t * brightsrc,
int w,
int undershoot,
int overshoot )

Referenced by ff_maskedclamp_init_x86().

◆ ff_maskedclamp16_sse4()

void ff_maskedclamp16_sse4 ( const uint8_t * bsrc,
uint8_t * dst,
const uint8_t * darksrc,
const uint8_t * brightsrc,
int w,
int undershoot,
int overshoot )

Referenced by ff_maskedclamp_init_x86().

◆ ff_maskedclamp_init_x86()

av_cold void ff_maskedclamp_init_x86 ( MaskedClampDSPContext * dsp,
int depth )

Definition at line 34 of file vf_maskedclamp_init.c.

Referenced by config_input().