Lines Matching refs:RESAMPLE_FUNCS
32 #define RESAMPLE_FUNCS(type, opt) \
38 RESAMPLE_FUNCS(int16, sse2);
39 RESAMPLE_FUNCS(int16, xop);
40 RESAMPLE_FUNCS(float, sse);
41 RESAMPLE_FUNCS(float, avx);
42 RESAMPLE_FUNCS(float, fma3);
43 RESAMPLE_FUNCS(float, fma4);
44 RESAMPLE_FUNCS(double, sse2);
45 RESAMPLE_FUNCS(double, avx);
46 RESAMPLE_FUNCS(double, fma3);