openshot-audio  0.1.6
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

◆ _V_IFDEFJAIL_H_

#define _V_IFDEFJAIL_H_

◆ FAST_HYPOT

#define FAST_HYPOT   hypot

◆ M_PI

#define M_PI   (3.1415926536f)

◆ max

#define max (   x,
 
)    ((x)<(y)?(y):(x))

◆ min

#define min (   x,
 
)    ((x)>(y)?(y):(x))

◆ STIN

#define STIN   static

◆ vorbis_fpu_restore

#define vorbis_fpu_restore (   vorbis_fpu_control)    {}

◆ vorbis_fpu_setround

#define vorbis_fpu_setround (   vorbis_fpu_control)    {}

Typedef Documentation

◆ vorbis_fpu_control

typedef int vorbis_fpu_control