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

Go to the source code of this file.

Functions

static void sum2_TMPL (void *out_, const void *in1_, const void *in2_, const void *coeffp_, integer index1, integer index2, integer len)
 
static void copy_TMPL (void *out_, const void *in_, const void *coeffp_, integer index, integer len)
 
static void mix6to2_TMPL (uint8_t *const *out_, const uint8_t *const *in_, const void *coeffp_, integer len)
 
static void mix8to2_TMPL (uint8_t *const *out_, const uint8_t *const *in_, const void *coeffp_, integer len)
 
static mix_any_func_typeget_mix_any_func_TMPL (const SwrContext *s)
 

Function Documentation

◆ sum2_TMPL()

static void sum2_TMPL ( void * out_,
const void * in1_,
const void * in2_,
const void * coeffp_,
integer index1,
integer index2,
integer len )
static

Definition at line 52 of file rematrix_template.c.

◆ copy_TMPL()

static void copy_TMPL ( void * out_,
const void * in_,
const void * coeffp_,
integer index,
integer len )
static

Definition at line 66 of file rematrix_template.c.

◆ mix6to2_TMPL()

static void mix6to2_TMPL ( uint8_t *const * out_,
const uint8_t *const * in_,
const void * coeffp_,
integer len )
static

Definition at line 78 of file rematrix_template.c.

◆ mix8to2_TMPL()

static void mix8to2_TMPL ( uint8_t *const * out_,
const uint8_t *const * in_,
const void * coeffp_,
integer len )
static

Definition at line 93 of file rematrix_template.c.

◆ get_mix_any_func_TMPL()

static mix_any_func_type * get_mix_any_func_TMPL ( const SwrContext * s)
static

Definition at line 108 of file rematrix_template.c.