Commit 1387f3a0 authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov

vc2enc: set quantization ceiling to 50

The reference encoder limits it to 64, but testing revealed that there
is absolutely no difference for indices above 50 in amount of zeroed
coefficients.
Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
parent 5d93437e
......@@ -30,7 +30,7 @@
#include "diractab.h"
/* Quantizations above this usually zero coefficients and lower the quality */
#define MAX_QUANT_INDEX 100
#define MAX_QUANT_INDEX 50
#define COEF_LUT_TAB 2048
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment