Make cb4x4 work with daala-ec
This commit makes the daala-ec work in the cb4x4 mode. As compared
to --enable-experimental, --enable-experimental --enable-cb4x4
improves the coding performance by:
lowres 2.6%
midres 1.2%
Change-Id: Ifee6f011c80364492c4a547513d24eb2958b5a56
diff --git a/av1/common/entropy.c b/av1/common/entropy.c
index fc87eb1..20667a9 100644
--- a/av1/common/entropy.c
+++ b/av1/common/entropy.c
@@ -3931,7 +3931,7 @@
void av1_coef_pareto_cdfs(FRAME_CONTEXT *fc) {
TX_SIZE t;
int i, j, k, l;
- for (t = TX_4X4; t < TX_SIZES; ++t)
+ for (t = 0; t < TX_SIZES; ++t)
for (i = 0; i < PLANE_TYPES; ++i)
for (j = 0; j < REF_TYPES; ++j)
for (k = 0; k < COEF_BANDS; ++k)