Removing ENC_DEBUG.
authorDmitry Kovalev <dkovalev@google.com>
Wed, 29 Jan 2014 20:58:57 +0000 (12:58 -0800)
committerDmitry Kovalev <dkovalev@google.com>
Wed, 29 Jan 2014 20:58:57 +0000 (12:58 -0800)
Change-Id: I101017621003314f000a454725ea13fc9db43177

vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_quantize.c

index fba9773..645c6b0 100644 (file)
 
 #define DBG_PRNT_SEGMAP 0
 
-
-// #define ENC_DEBUG
-#ifdef ENC_DEBUG
-int enc_debug = 0;
-#endif
-
 static INLINE uint8_t *get_sb_index(MACROBLOCK *x, BLOCK_SIZE subsize) {
   switch (subsize) {
     case BLOCK_64X64:
index 8c41724..a2eea1c 100644 (file)
 
 #include "vp9/common/vp9_seg_common.h"
 
-#ifdef ENC_DEBUG
-extern int enc_debug;
-#endif
-
 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t count,
                       int skip_block,
                       const int16_t *zbin_ptr, const int16_t *round_ptr,