Home
last modified time | relevance | path

Searched refs:synth_1to1_mmx (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/reactos/libs/libmpg123/
H A Ddecode.h47 int synth_1to1_mmx (real*, int, mpg123_handle*, int);
H A Dintsym.h38 #define synth_1to1_mmx INT123_synth_1to1_mmx macro
/reactos/sdk/lib/3rdparty/libmpg123/
H A Doptimize.c236 else if(basic_synth == synth_1to1_mmx) type = mmx; in find_dectype()
656 fr->synths.plain[r_1to1][f_16] = synth_1to1_mmx; in frame_cpu_opt()
H A Dsynth.c136 int synth_1to1_mmx(real *bandPtr, int channel, mpg123_handle *fr, int final) in synth_1to1_mmx() function