Merge "Removing ENC_DEBUG."

This commit is contained in:
Dmitry Kovalev 2014-02-03 17:11:52 -08:00 committed by Gerrit Code Review
commit 3ffb204360
2 changed files with 0 additions and 10 deletions

View File

@ -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:

View File

@ -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,