ref: 70cde0af3dbd1306337e76f5461dda09da26f29d
parent: 5670f1e2a81eec63d93f69f514e4419f41e07ca7
author: Dmitry Kovalev <[email protected]>
date: Wed Jan 29 07:58:57 EST 2014
Removing ENC_DEBUG. Change-Id: I101017621003314f000a454725ea13fc9db43177
--- 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,