Opus Library
Macros | Typedefs
opus_types.h File Reference

Detailed Description

Opus reference implementation types.

Go to the source code of this file.

Macros

#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 int opus_int32
 
typedef unsigned short opus_uint16
 
typedef unsigned int opus_uint32
 

Macro Definition Documentation

§ opus_int

#define opus_int   int

OPUS integer, used for counters, etc

§ opus_int64

#define opus_int64   long long

OPUS long int

§ opus_int8

#define opus_int8   signed char

OPUS signed char

§ opus_uint

#define opus_uint   unsigned int

OPUS unsigned integer, used for counters, etc

§ opus_uint64

#define opus_uint64   unsigned long long

OPUS unsigned long int

§ opus_uint8

#define opus_uint8   unsigned char

OPUS unsigned char

Typedef Documentation

§ opus_int16

typedef short opus_int16

OPUS 16 bit integer

§ opus_int32

typedef int opus_int32

OPUS 32 bit integer

§ opus_uint16

typedef unsigned short opus_uint16

OPUS 16 bit unsigned integer

§ opus_uint32

typedef unsigned int opus_uint32

OPUS 32 bit unsigned integer

© Copyright 1995-2020, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale