14 void MixDirect_Hrtf_C(struct ALsource
*,ALCdevice
*,struct DirectParams
*,const ALfloat
*RESTRICT
,ALuint
,ALuint
,ALuint
,ALuint
);
15 void MixDirect_C(struct ALsource
*,ALCdevice
*,struct DirectParams
*,const ALfloat
*RESTRICT
,ALuint
,ALuint
,ALuint
,ALuint
);
16 void MixSend_C(struct SendParams
*,const ALfloat
*RESTRICT
,ALuint
,ALuint
,ALuint
);
19 void MixDirect_Hrtf_SSE(struct ALsource
*,ALCdevice
*,struct DirectParams
*,const ALfloat
*RESTRICT
,ALuint
,ALuint
,ALuint
,ALuint
);
20 void MixDirect_SSE(struct ALsource
*,ALCdevice
*,struct DirectParams
*,const ALfloat
*RESTRICT
,ALuint
,ALuint
,ALuint
,ALuint
);
21 void MixSend_SSE(struct SendParams
*,const ALfloat
*RESTRICT
,ALuint
,ALuint
,ALuint
);
24 void MixDirect_Hrtf_Neon(struct ALsource
*,ALCdevice
*,struct DirectParams
*,const ALfloat
*RESTRICT
,ALuint
,ALuint
,ALuint
,ALuint
);
25 void MixDirect_Neon(struct ALsource
*,ALCdevice
*,struct DirectParams
*,const ALfloat
*RESTRICT
,ALuint
,ALuint
,ALuint
,ALuint
);
26 void MixSend_Neon(struct SendParams
*,const ALfloat
*RESTRICT
,ALuint
,ALuint
,ALuint
);
28 #endif /* MIXER_DEFS_H */