ref: bdd8966439070bccca1229fb43e6080dd86fa61c
parent: 8d646becb6ed3f411edff0b838d0c1ee47fe38da
parent: 40af118a41bb81888bc1bff4fca571335327c83a
author: Dmitry Kovalev <dkovalev@google.com>
date: Thu Feb 13 12:35:19 EST 2014
Merge "Removing reference to non-existing context_counters array."
--- a/vp9/encoder/vp9_bitstream.c
+++ b/vp9/encoder/vp9_bitstream.c
@@ -550,16 +550,6 @@
coef_probs[i][j][k][l][m] = get_binary_prob(
coef_branch_ct[i][j][k][l][m][0],
coef_branch_ct[i][j][k][l][m][1]);
-#ifdef ENTROPY_STATS
- if (!cpi->dummy_packing) {
- int t;
- for (t = 0; t < ENTROPY_TOKENS; ++t)
- context_counters[tx_size][i][j][k][l][t] +=
- coef_counts[i][j][k][l][t];
- context_counters[tx_size][i][j][k][l][ENTROPY_TOKENS] +=
- eob_branch_ct[i][j][k][l];
- }
-#endif
}
}
}
--
⑨