|
ClanLib
2.3.7
|
This is the complete list of members for CL_SoundSSE, including all inherited members.
| aligned_alloc(int size) | CL_SoundSSE | static |
| aligned_free(void *ptr) | CL_SoundSSE | static |
| copy_float(float *input, int size, float *output) | CL_SoundSSE | static |
| mix_many_to_one(float **input, float *volume, int channels, int size, float *output) | CL_SoundSSE | static |
| mix_one_to_many(float *input, int size, float **output, float *volume, int channels) | CL_SoundSSE | static |
| mix_one_to_one(float *input, int size, float *output, float volume) | CL_SoundSSE | static |
| multiply_float(float *channel, int size, float volume) | CL_SoundSSE | static |
| pack_16bit_stereo(float *input[2], int size, short *output) | CL_SoundSSE | static |
| pack_float_stereo(float *input[2], int size, float *output) | CL_SoundSSE | static |
| set_float(float *channel, int size, float value) | CL_SoundSSE | static |
| unpack_16bit_mono(short *input, int size, float *output) | CL_SoundSSE | static |
| unpack_16bit_stereo(short *input, int size, float *output[2]) | CL_SoundSSE | static |
| unpack_8bit_mono(unsigned char *input, int size, float *output) | CL_SoundSSE | static |
| unpack_8bit_stereo(unsigned char *input, int size, float *output[2]) | CL_SoundSSE | static |
| unpack_float_mono(float *input, int size, float *output) | CL_SoundSSE | static |
| unpack_float_stereo(float *input, int size, float *output[2]) | CL_SoundSSE | static |
1.8.4