summaryrefslogtreecommitdiff
path: root/audio_codec/libamr/typedef.h (plain)
blob: 6cea8a4e6e80661396c0871dc313f0226daea316
1/*
2 *===================================================================
3 * 3GPP AMR Wideband Floating-point Speech Codec
4 *===================================================================
5 */
6#ifndef typedef_h
7#define typedef_h
8/* change these typedef declarations to correspond with your platform */
9typedef char Word8;
10typedef unsigned char UWord8;
11typedef short Word16;
12typedef unsigned short UWord16;
13typedef long Word32;
14typedef double Float64;
15typedef float Float32;
16
17#endif