Minimum period is now 15

This commit is contained in:
Jean-Marc Valin 2011-01-25 13:11:36 -05:00
parent 01fa338985
commit d121260f38
2 changed files with 5 additions and 3 deletions

View file

@ -61,7 +61,7 @@ static const unsigned char spread_icdf[4] = {25, 23, 2, 0};
static const unsigned char tapset_icdf[3]={2,1,0};
#define COMBFILTER_MAXPERIOD 1024
#define COMBFILTER_MINPERIOD 16
#define COMBFILTER_MINPERIOD 15
/** Encoder state
@brief Encoder state