Lines Matching defs:RENAME
26 # define RENAME(x) x ## _float
32 # define RENAME(x) x ## _double
39 # define RENAME(x) x ## _clip_s16
42 # define RENAME(x) x ## _s16
49 # define RENAME(x) x ## _s32
52 typedef void (RENAME(mix_any_func_type))(SAMPLE **out, const SAMPLE **in1, COEFF *coeffp, integer len);
54 static void RENAME(sum2)(SAMPLE *out, const SAMPLE *in1, const SAMPLE *in2, COEFF *coeffp, integer index1, integer index2, integer len){
63 static void RENAME(copy)(SAMPLE *out, const SAMPLE *in, COEFF *coeffp, integer index, integer len){
70 static void RENAME(mix6to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){
80 static void RENAME(mix8to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){
90 static RENAME(mix_any_func_type) *RENAME(get_mix_any_func)(SwrContext *s){
97 return RENAME(mix6to2);
105 return RENAME(mix8to2);
114 #undef RENAME