From ec910d81405c736a4490383a250299a7837c2e64 Mon Sep 17 00:00:00 2001 From: trav90 Date: Thu, 18 Oct 2018 21:53:44 -0500 Subject: Update aom to commit id e87fb2378f01103d5d6e477a4ef6892dc714e614 --- third_party/aom/av1/common/pvq.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'third_party/aom/av1/common/pvq.h') 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)) -- cgit v1.2.3