| Index: source/libvpx/vp8/encoder/onyx_if.c
|
| ===================================================================
|
| --- source/libvpx/vp8/encoder/onyx_if.c (revision 195011)
|
| +++ source/libvpx/vp8/encoder/onyx_if.c (working copy)
|
| @@ -111,7 +111,7 @@
|
| #endif
|
|
|
|
|
| -#ifdef ENTROPY_STATS
|
| +#ifdef VP8_ENTROPY_STATS
|
| extern int intra_mode_stats[10][10][10];
|
| #endif
|
|
|
| @@ -1805,7 +1805,7 @@
|
| else
|
| cpi->cyclic_refresh_map = (signed char *) NULL;
|
|
|
| -#ifdef ENTROPY_STATS
|
| +#ifdef VP8_ENTROPY_STATS
|
| init_context_counters();
|
| #endif
|
|
|
| @@ -1923,7 +1923,7 @@
|
| cpi->mb.rd_thresh_mult[i] = 128;
|
| }
|
|
|
| -#ifdef ENTROPY_STATS
|
| +#ifdef VP8_ENTROPY_STATS
|
| init_mv_ref_counts();
|
| #endif
|
|
|
| @@ -2060,7 +2060,7 @@
|
|
|
| #endif
|
|
|
| -#ifdef ENTROPY_STATS
|
| +#ifdef VP8_ENTROPY_STATS
|
| print_context_counters();
|
| print_tree_update_probs();
|
| print_mode_context();
|
| @@ -2242,7 +2242,7 @@
|
| }
|
| #endif
|
|
|
| -#ifdef ENTROPY_STATS
|
| +#ifdef VP8_ENTROPY_STATS
|
| {
|
| int i, j, k;
|
| FILE *fmode = fopen("modecontext.c", "w");
|
|
|