shithub: libvpx

Download patch

ref: 3ffb204360ca82b813fe715fbc30f9f8e323c6dc
parent: 469b530fa35b729ae8cbe51b83f8038e22a56977
parent: 70cde0af3dbd1306337e76f5461dda09da26f29d
author: Dmitry Kovalev <dkovalev@google.com>
date: Mon Feb 3 12:11:52 EST 2014

Merge "Removing ENC_DEBUG."

--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -42,12 +42,6 @@
 
 #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:
--- a/vp9/encoder/vp9_quantize.c
+++ b/vp9/encoder/vp9_quantize.c
@@ -18,10 +18,6 @@
 
 #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,