Added support for codebooks up to 64 bits.

This commit is contained in:
Jean-Marc Valin 2007-12-11 14:52:56 +11:00
parent f13fea7b53
commit f8db800c44
5 changed files with 153 additions and 4 deletions

View file

@ -66,6 +66,7 @@
#endif
typedef unsigned long long celt_uint64_t;
typedef int spx_int32_t;
typedef short spx_int16_t;