Renamed celt_[u]int* to opus_[u]int*

This commit is contained in:
Jean-Marc Valin 2011-07-29 17:33:06 -04:00
parent 3f0962cc1e
commit d77d6a58fc
43 changed files with 459 additions and 459 deletions

View file

@ -20,7 +20,7 @@ int ret = 0;
void testdiv(void)
{
celt_int32 i;
opus_int32 i;
for (i=1;i<=327670;i++)
{
double prod;
@ -41,7 +41,7 @@ void testdiv(void)
void testsqrt(void)
{
celt_int32 i;
opus_int32 i;
for (i=1;i<=1000000000;i++)
{
double ratio;