Making sure not to use the C library calls directly

This commit is contained in:
Jean-Marc Valin 2008-03-16 07:55:29 +11:00
parent 4ff068e670
commit c7e0b76c06
12 changed files with 31 additions and 36 deletions

View file

@ -48,6 +48,7 @@
#include "quant_bands.h"
#include "psy.h"
#include "rate.h"
#include "stack_alloc.h"
static const celt_word16_t preemph = QCONST16(0.8f,15);