libmixed
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
mixed_encoding.h File Reference
#include <math.h>
Include dependency graph for mixed_encoding.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define INT24_MAX   8388607
 
#define INT24_MIN   -8388608
 
#define UINT24_MAX   16777215
 

Typedefs

typedef int32_t int24_t
 
typedef uint32_t uint24_t
 

Functions

 __attribute__ ((always_inline)) MIXED_EXPORT inline float mixed_from_float(float sample)
 

Macro Definition Documentation

◆ INT24_MAX

#define INT24_MAX   8388607

◆ INT24_MIN

#define INT24_MIN   -8388608

◆ UINT24_MAX

#define UINT24_MAX   16777215

Typedef Documentation

◆ int24_t

typedef int32_t int24_t

◆ uint24_t

typedef uint32_t uint24_t

Function Documentation

◆ __attribute__()

__attribute__ ( (always_inline)  )