Opus reference implementation types. More...
Go to the source code of this file.
Defines | |
#define | opus_int int |
#define | opus_int64 long long |
#define | opus_int8 signed char |
#define | opus_uint unsigned int |
#define | opus_uint64 unsigned long long |
#define | opus_uint8 unsigned char |
Typedefs | |
typedef short | opus_int16 |
typedef unsigned short | opus_uint16 |
typedef int | opus_int32 |
typedef unsigned int | opus_uint32 |
Opus reference implementation types.
#define opus_int int |
#define opus_int64 long long |
#define opus_int8 signed char |
#define opus_uint unsigned int |
#define opus_uint64 unsigned long long |
#define opus_uint8 unsigned char |
typedef short opus_int16 |
typedef int opus_int32 |
typedef unsigned short opus_uint16 |
typedef unsigned int opus_uint32 |