shithub: opus

ref: 3a0bc3d95c8a844d4f39e793a93567b02131d4a7
dir: /doc/ietf/celt_types.h/

View raw version
#ifndef _CELT_TYPES_H
#define _CELT_TYPES_H

typedef short celt_int16_t;
typedef unsigned short celt_uint16_t;
typedef int celt_int32_t;
typedef unsigned int celt_uint32_t;
typedef long long celt_int64_t;
typedef unsigned long long celt_uint64_t;

#endif /* _CELT_TYPES_H */