Searched refs:synths (Results 1 – 6 of 6) sorted by relevance
163 if(synth == synths[ri][fi]) in find_synth()509 fr->synths = synth_base; in frame_cpu_opt()548 fr->synths.plain[r_1to1][f_16] = synth_1to1_sse; in frame_cpu_opt()571 fr->synths.plain[r_1to1][f_16] = synth_1to1_sse; in frame_cpu_opt()627 fr->synths.plain[r_1to1][f_16] = synth_1to1_3dnow; in frame_cpu_opt()656 fr->synths.plain[r_1to1][f_16] = synth_1to1_mmx; in frame_cpu_opt()667 fr->synths.plain[r_1to1][f_16] = synth_1to1_i586; in frame_cpu_opt()731 fr->synths.plain[ri][fi] = plain_i386[ri][fi]; in frame_cpu_opt()748 fr->synths.plain[r_1to1][f_16] = synth_1to1_avx; in frame_cpu_opt()821 fr->synths.plain[r_1to1][f_16] = synth_1to1_neon; in frame_cpu_opt()[all …]
30 #define SYNTH_NAME fr->synths.plain[r_1to1][f_8]50 #define BASE_SYNTH_NAME fr->synths.plain[r_1to1][f_16]74 #define SYNTH_NAME fr->synths.plain[r_2to1][f_8]103 #define SYNTH_NAME fr->synths.plain[r_4to1][f_8]
33 #define SYNTH_NAME fr->synths.plain[r_1to1][f_real]515 #define SYNTH_NAME fr->synths.plain[r_2to1][f_real]544 #define SYNTH_NAME fr->synths.plain[r_4to1][f_real]
32 #define SYNTH_NAME fr->synths.plain[r_1to1][f_32]528 #define SYNTH_NAME fr->synths.plain[r_2to1][f_32]557 #define SYNTH_NAME fr->synths.plain[r_4to1][f_32]
35 #define SYNTH_NAME fr->synths.plain[r_1to1][f_16]1115 #define SYNTH_NAME fr->synths.plain[r_2to1][f_16]1152 #define SYNTH_NAME fr->synths.plain[r_4to1][f_16] /* This is just for the _i386 one... gotta …
160 struct synth_s synths; member