Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libmpg123/
H A Ddecode.h172 int synth_1to1_s32_neon (real*, int, mpg123_handle*, int);
H A Dintsym.h125 #define synth_1to1_s32_neon INT123_synth_1to1_s32_neon macro
/reactos/sdk/lib/3rdparty/libmpg123/
H A Doptimize.c320 else if(basic_synth == synth_1to1_s32_neon) type = neon; in find_dectype()
829 fr->synths.plain[r_1to1][f_32] = synth_1to1_s32_neon; in frame_cpu_opt()
H A Dsynth_s32.c336 int synth_1to1_s32_neon(real *bandPtr,int channel, mpg123_handle *fr, int final) in synth_1to1_s32_neon() function