ref: 2b13401fe6f0059e585b1ea8d1ce2c50cd607212
parent: 6b565268fb9ade18f3ec4dc365a2e31ed6f76ee7
author: Jean-Marc Valin <[email protected]>
date: Wed Jan 12 11:13:46 EST 2011
Allowing the tf recombining to go all the way to LM=3
--- a/libcelt/celt.c
+++ b/libcelt/celt.c
@@ -430,7 +430,7 @@
{0, -1, 0, -1, 0,-1, 0,-1},
{0, -1, 0, -2, 1, 0, 1,-1},
{0, -2, 0, -3, 2, 0, 1,-1},
- {0, -2, 0, -3, 2, 0, 1,-1},
+ {0, -2, 0, -3, 3, 0, 1,-1},
};
static celt_word32 l1_metric(const celt_norm *tmp, int N, int LM, int width)