Removing pitch prediction code

This commit is contained in:
Jean-Marc Valin 2010-08-05 15:22:57 -04:00
parent 30e2493efa
commit 8cbea177ba
6 changed files with 8 additions and 246 deletions

View file

@ -38,7 +38,6 @@
#include "celt.h"
#include "arch.h"
#include "mdct.h"
#include "pitch.h"
#include "entenc.h"
#include "entdec.h"
@ -78,7 +77,6 @@ struct CELTMode {
int nbEBands;
int effEBands;
int pitchEnd;
celt_word16 preemph[4];
const celt_int16 *eBands; /**< Definition for each "pseudo-critical band" */