Minimum period is now 15
This commit is contained in:
parent
01fa338985
commit
d121260f38
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue