| Index: source/libvpx/vp8/encoder/encodemv.c
|
| ===================================================================
|
| --- source/libvpx/vp8/encoder/encodemv.c (revision 195011)
|
| +++ source/libvpx/vp8/encoder/encodemv.c (working copy)
|
| @@ -16,7 +16,7 @@
|
|
|
| #include <math.h>
|
|
|
| -#ifdef ENTROPY_STATS
|
| +#ifdef VP8_ENTROPY_STATS
|
| extern unsigned int active_section;
|
| #endif
|
|
|
| @@ -359,7 +359,7 @@
|
| vp8_writer *const w = cpi->bc;
|
| MV_CONTEXT *mvc = cpi->common.fc.mvc;
|
| int flags[2] = {0, 0};
|
| -#ifdef ENTROPY_STATS
|
| +#ifdef VP8_ENTROPY_STATS
|
| active_section = 4;
|
| #endif
|
| write_component_probs(
|
| @@ -374,7 +374,7 @@
|
| if (flags[0] || flags[1])
|
| vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flags);
|
|
|
| -#ifdef ENTROPY_STATS
|
| +#ifdef VP8_ENTROPY_STATS
|
| active_section = 5;
|
| #endif
|
| }
|
|
|