]> granicus.if.org Git - libvpx/commitdiff
Removing DBG_PRNT_SEGMAP.
authorDmitry Kovalev <dkovalev@google.com>
Wed, 29 Jan 2014 22:10:38 +0000 (14:10 -0800)
committerDmitry Kovalev <dkovalev@google.com>
Wed, 5 Feb 2014 00:33:03 +0000 (16:33 -0800)
Change-Id: I71d85e3455545960938e525ae8aa0a667e1db94c

vp9/encoder/vp9_encodeframe.c

index 7fb5a03bad544fe57fc0eb40e35a1d5ab69348f3..eaedf1e0756ac7a35568a04cc78b202dc7d7131b 100644 (file)
@@ -40,8 +40,6 @@
 #include "vp9/encoder/vp9_tokenize.h"
 #include "vp9/encoder/vp9_vaq.h"
 
-#define DBG_PRNT_SEGMAP 0
-
 static INLINE uint8_t *get_sb_index(MACROBLOCK *x, BLOCK_SIZE subsize) {
   switch (subsize) {
     case BLOCK_64X64:
@@ -2193,16 +2191,6 @@ static void encode_frame_internal(VP9_COMP *cpi) {
 //           cpi->common.current_video_frame, cpi->common.show_frame,
 //           cm->frame_type);
 
-// debug output
-#if DBG_PRNT_SEGMAP
-  {
-    FILE *statsfile;
-    statsfile = fopen("segmap2.stt", "a");
-    fprintf(statsfile, "\n");
-    fclose(statsfile);
-  }
-#endif
-
   vp9_zero(cm->counts.switchable_interp);
   vp9_zero(cpi->tx_stepdown_count);