slight quality improvement (reduced artefact level) for variable-rate

master
Rob Sykes 2015-08-19 13:27:19 +01:00
parent 7dc5f73c19
commit 91455fc7c0
1 changed files with 2 additions and 3 deletions

View File

@ -20,9 +20,8 @@
#include "vr-coefs.h"
#define FADE_LEN_BITS 9
#define PHASE_BITS_D (8 + PHASE_MORE)
#define PHASE_BITS_U (7 + PHASE_MORE)
#define PHASE_MORE 0 /* 2 improves small int, and large u, ratios. */
#define PHASE_BITS_D 10
#define PHASE_BITS_U 9
#define PHASES0_D 12
#define POLY_FIR_LEN_D 20