From 536e5520a4d1fb6b8793ad31906ed5537c0eb970 Mon Sep 17 00:00:00 2001 From: Yue Chen Date: Mon, 12 Jun 2017 13:21:01 -0700 Subject: [PATCH] Add a new experimental flag SBL_SYMBOL A new experiment SBL_SYMBOL, meaning superblock-level symbols, will be explored. It allows some symbols being coded at superblock level (64x64) by checking whether a symbol(e.g. motion_mode, tx depth, and interpolation filter) is identical across macroblocks in a superblock. Change-Id: I38408325c9b7a4b94c11c400a5060036ce36405e --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 5f634ff87..3a609f11a 100755 --- a/configure +++ b/configure @@ -319,6 +319,7 @@ EXPERIMENT_LIST=" smooth_hv var_refs rect_intra_pred + sbl_symbol " CONFIG_LIST=" dependency_tracking -- GitLab