/*
 *===================================================================
 *  3GPP AMR Wideband Floating-point Speech Codec
 *===================================================================
 */
#define IF2
#ifndef typedef_h
#define typedef_h

/* change these typedef declarations to correspond with your platform */
typedef char Word8;
typedef unsigned char UWord8;
typedef short Word16;
typedef unsigned short UWord16;
typedef long Word32;
typedef double Float64;
typedef float Float32;

#endif