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

Go to the source code of this file.

Macros

#define D(type, simd)
 

Functions

 D (D(float, sse)
 

Macro Definition Documentation

◆ D

#define D ( type,
simd )
Value:
mix_1_1_func_type ff_mix_1_1_a_## type ## _ ## simd;\
mix_2_1_func_type ff_mix_2_1_a_## type ## _ ## simd;
#define _
cl_device_type type
void mix_1_1_func_type(void *out, const void *in, const void *coeffp, integer index, integer len)
void mix_2_1_func_type(void *out, const void *in1, const void *in2, const void *coeffp, integer index1, integer index2, integer len)

Definition at line 26 of file rematrix_init.c.

Function Documentation

◆ D()

D ( D( float,
sse  )

Definition at line 30 of file rematrix_init.c.