openshot-audio  0.1.7
Macros | Typedefs
os.h File Reference
#include <math.h>
#include "../../os_types.h"
#include "misc.h"

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
 

Macro Definition Documentation

#define _V_IFDEFJAIL_H_
#define FAST_HYPOT   hypot
#define M_PI   (3.1415926536f)
#define max (   x,
 
)    ((x)<(y)?(y):(x))
#define min (   x,
 
)    ((x)>(y)?(y):(x))
#define STIN   static
#define vorbis_fpu_restore (   vorbis_fpu_control)    {}
#define vorbis_fpu_setround (   vorbis_fpu_control)    {}

Typedef Documentation