Make lv-map decoding support per symbol cdf update
Support the per symbol cdf update at the level map syntax element
decoding process.
Change-Id: Id58bf86fb1c7c72dd14ddaa3781caaa27f446ef7
diff --git a/av1/common/entropymode.c b/av1/common/entropymode.c
index 725cb7e..f7b81ff 100644
--- a/av1/common/entropymode.c
+++ b/av1/common/entropymode.c
@@ -20,6 +20,7 @@
#endif
#if CONFIG_LV_MAP
+#include "av1/common/txb_common.h"
const aom_prob default_txb_skip[TX_SIZES][TXB_SKIP_CONTEXTS] = {
#if CONFIG_CHROMA_2X2
{ 252, 71, 126, 184, 178, 218, 251, 49, 133, 221, 27, 92, 197 },