Home
last modified time | relevance | path

Searched refs:synths (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/lib/3rdparty/libmpg123/
H A Doptimize.c163 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 …]
H A Dsynth_8bit.c30 #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]
H A Dsynth_real.c33 #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]
H A Dsynth_s32.c32 #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]
H A Dsynth.c35 #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 …
/reactos/sdk/include/reactos/libs/libmpg123/
H A Dframe.h160 struct synth_s synths; member