22 #ifndef __LIBRETRO_SDK_CONVERSION_S16_TO_FLOAT_H__ 23 #define __LIBRETRO_SDK_CONVERSION_S16_TO_FLOAT_H__ GLsizei samples
Definition: glext.h:7673
#define RETRO_BEGIN_DECLS
Definition: retro_common_api.h:41
struct passwd out
Definition: missing_libc_functions.c:51
RETRO_BEGIN_DECLS void convert_s16_to_float(float *out, const int16_t *in, size_t samples, float gain)
Definition: s16_to_float.c:50
signed short int16_t
Definition: stdint.h:122
GLuint in
Definition: glext.h:10523
#define RETRO_END_DECLS
Definition: retro_common_api.h:42
void convert_s16_to_float_init_simd(void)
Definition: s16_to_float.c:181