Index: source/libvpx/vp9/encoder/vp9_writer.h |
=================================================================== |
--- source/libvpx/vp9/encoder/vp9_writer.h (revision 251189) |
+++ source/libvpx/vp9/encoder/vp9_writer.h (working copy) |
@@ -44,17 +44,6 @@ |
unsigned int lowvalue = br->lowvalue; |
register unsigned int shift; |
-#ifdef ENTROPY_STATS |
-#if defined(SECTIONBITS_OUTPUT) |
- |
- if (bit) |
- Sectionbits[active_section] += vp9_prob_cost[255 - probability]; |
- else |
- Sectionbits[active_section] += vp9_prob_cost[probability]; |
- |
-#endif |
-#endif |
- |
split = 1 + (((range - 1) * probability) >> 8); |
range = split; |