Merge "Removing ENC_DEBUG."
This commit is contained in:
commit
3ffb204360
@ -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:
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user