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

Go to the source code of this file.

Functions

int ff_overlay_row_44_sse4 (uint8_t *d, uint8_t *da, uint8_t *s, uint8_t *a, int w, ptrdiff_t alinesize)
 
int ff_overlay_row_20_sse4 (uint8_t *d, uint8_t *da, uint8_t *s, uint8_t *a, int w, ptrdiff_t alinesize)
 
int ff_overlay_row_22_sse4 (uint8_t *d, uint8_t *da, uint8_t *s, uint8_t *a, int w, ptrdiff_t alinesize)
 
av_cold void ff_overlay_init_x86 (AVFilterContext *ctx)
 

Function Documentation

◆ ff_overlay_row_44_sse4()

int ff_overlay_row_44_sse4 ( uint8_t * d,
uint8_t * da,
uint8_t * s,
uint8_t * a,
int w,
ptrdiff_t alinesize )

Referenced by ff_overlay_init_x86().

◆ ff_overlay_row_20_sse4()

int ff_overlay_row_20_sse4 ( uint8_t * d,
uint8_t * da,
uint8_t * s,
uint8_t * a,
int w,
ptrdiff_t alinesize )

Referenced by ff_overlay_init_x86().

◆ ff_overlay_row_22_sse4()

int ff_overlay_row_22_sse4 ( uint8_t * d,
uint8_t * da,
uint8_t * s,
uint8_t * a,
int w,
ptrdiff_t alinesize )

Referenced by ff_overlay_init_x86().

◆ ff_overlay_init_x86()

av_cold void ff_overlay_init_x86 ( AVFilterContext * ctx)

Definition at line 35 of file vf_overlay_init.c.

Referenced by init_slice_fn().