14 void Resample_point32_C(const ALfloat
*src
, ALuint frac
, ALuint increment
, ALuint NumChannels
, ALfloat
*RESTRICT dst
, ALuint dstlen
);
15 void Resample_lerp32_C(const ALfloat
*src
, ALuint frac
, ALuint increment
, ALuint NumChannels
, ALfloat
*RESTRICT dst
, ALuint dstlen
);
16 void Resample_cubic32_C(const ALfloat
*src
, ALuint frac
, ALuint increment
, ALuint NumChannels
, ALfloat
*RESTRICT dst
, ALuint dstlen
);
19 void Resample_lerp32_SSE(const ALfloat
*src
, ALuint frac
, ALuint increment
, ALuint NumChannels
, ALfloat
*RESTRICT dst
, ALuint dstlen
);
20 void Resample_cubic32_SSE(const ALfloat
*src
, ALuint frac
, ALuint increment
, ALuint NumChannels
, ALfloat
*RESTRICT dst
, ALuint dstlen
);
24 void MixDirect_Hrtf_C(struct ALsource
*,ALCdevice
*,struct DirectParams
*,const ALfloat
*RESTRICT
,ALuint
,ALuint
,ALuint
,ALuint
);
25 void MixDirect_C(struct ALsource
*,ALCdevice
*,struct DirectParams
*,const ALfloat
*RESTRICT
,ALuint
,ALuint
,ALuint
,ALuint
);
26 void MixSend_C(struct SendParams
*,const ALfloat
*RESTRICT
,ALuint
,ALuint
,ALuint
);
29 void MixDirect_Hrtf_SSE(struct ALsource
*,ALCdevice
*,struct DirectParams
*,const ALfloat
*RESTRICT
,ALuint
,ALuint
,ALuint
,ALuint
);
30 void MixDirect_SSE(struct ALsource
*,ALCdevice
*,struct DirectParams
*,const ALfloat
*RESTRICT
,ALuint
,ALuint
,ALuint
,ALuint
);
31 void MixSend_SSE(struct SendParams
*,const ALfloat
*RESTRICT
,ALuint
,ALuint
,ALuint
);
34 void MixDirect_Hrtf_Neon(struct ALsource
*,ALCdevice
*,struct DirectParams
*,const ALfloat
*RESTRICT
,ALuint
,ALuint
,ALuint
,ALuint
);
36 #endif /* MIXER_DEFS_H */