openshot-audio
0.1.6
|
Go to the source code of this file.
Macros | |
#define | _V_IFDEFJAIL_H_ |
#define | STIN static |
#define | M_PI (3.1415926536f) |
#define | FAST_HYPOT hypot |
#define | min(x, y) ((x)>(y)?(y):(x)) |
#define | max(x, y) ((x)<(y)?(y):(x)) |
#define | vorbis_fpu_setround(vorbis_fpu_control) {} |
#define | vorbis_fpu_restore(vorbis_fpu_control) {} |
Typedefs | |
typedef int | vorbis_fpu_control |
#define _V_IFDEFJAIL_H_ |
#define FAST_HYPOT hypot |
#define M_PI (3.1415926536f) |
#define max | ( | x, | |
y | |||
) | ((x)<(y)?(y):(x)) |
#define min | ( | x, | |
y | |||
) | ((x)>(y)?(y):(x)) |
#define STIN static |
#define vorbis_fpu_restore | ( | vorbis_fpu_control | ) | {} |
#define vorbis_fpu_setround | ( | vorbis_fpu_control | ) | {} |
typedef int vorbis_fpu_control |