Lines Matching refs:RENAME
26 # define RENAME(x) x ## _float macro
32 # define RENAME(x) x ## _double macro
39 # define RENAME(x) x ## _clip_s16 macro
42 # define RENAME(x) x ## _s16 macro
49 # define RENAME(x) x ## _s32 macro
52 typedef void (RENAME(mix_any_func_type))(SAMPLE **out, const SAMPLE **in1, COEFF *coeffp, integer l…
54 static void RENAME(sum2)(SAMPLE *out, const SAMPLE *in1, const SAMPLE *in2, COEFF *coeffp, integer … in RENAME() function
63 static void RENAME(copy)(SAMPLE *out, const SAMPLE *in, COEFF *coeffp, integer index, integer len){ in RENAME() function
70 static void RENAME(mix6to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){ in RENAME() function
80 static void RENAME(mix8to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){ in RENAME() function
90 static RENAME(mix_any_func_type) *RENAME(get_mix_any_func)(SwrContext *s){ in RENAME() function
95 return RENAME(mix6to2); in RENAME()
102 return RENAME(mix8to2); in RENAME()
111 #undef RENAME