]> granicus.if.org Git - libvpx/commitdiff
Removing reference to non-existing context_counters array.
authorDmitry Kovalev <dkovalev@google.com>
Thu, 13 Feb 2014 23:08:07 +0000 (15:08 -0800)
committerDmitry Kovalev <dkovalev@google.com>
Thu, 13 Feb 2014 23:08:07 +0000 (15:08 -0800)
Change-Id: I84668fa7b9487102e9bde5aea10f5f42efcd042c

vp9/encoder/vp9_bitstream.c

index 01ee92fab26c4c5f9055e96f80ee4aabc9d8fc42..e4f816e550d65a30da9e97e10ac037648ed44d8f 100644 (file)
@@ -550,16 +550,6 @@ static void build_tree_distribution(VP9_COMP *cpi, TX_SIZE tx_size) {
             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
         }
       }
     }