summaryrefslogtreecommitdiffstats
path: root/third_party/aom/av1/common/pvq.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/av1/common/pvq.h')
-rw-r--r--third_party/aom/av1/common/pvq.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/aom/av1/common/pvq.h b/third_party/aom/av1/common/pvq.h
index 17e54d4c5..4adf22f02 100644
--- a/third_party/aom/av1/common/pvq.h
+++ b/third_party/aom/av1/common/pvq.h
@@ -19,11 +19,7 @@
extern const uint16_t EXP_CDF_TABLE[][16];
extern const uint16_t LAPLACE_OFFSET[];
-#if CONFIG_DAALA_DIST
-#define AV1_PVQ_ENABLE_ACTIVITY_MASKING (1)
-#else
#define AV1_PVQ_ENABLE_ACTIVITY_MASKING (0)
-#endif
# define PVQ_MAX_PARTITIONS (1 + 3*(OD_TXSIZES-1))