commit | dbc677db5d64c683900ea38e83202cb9480bc60d | [log] [tgz] |
---|---|---|
author | David Barker <david.barker@argondesign.com> | Fri Feb 09 11:42:41 2018 +0000 |
committer | David Barker <david.barker@argondesign.com> | Fri Feb 09 16:50:53 2018 +0000 |
tree | b750ce2403fb788f6eff995f509e2d679c7b3872 | |
parent | 49469a98ca3fd86774c003400da4dda188a79756 [diff] |
[NORMATIVE-SYNTAX, ext-skip] Adapt skip_mode_cdfs between frames BUG=aomedia:1361 Change-Id: I8b40ce7183600d6d51e9adeacfb94cf85909601f
diff --git a/av1/common/entropy.c b/av1/common/entropy.c index 52f49c3..c837c27 100644 --- a/av1/common/entropy.c +++ b/av1/common/entropy.c
@@ -817,4 +817,8 @@ AVERAGE_TILE_CDFS(compound_index_cdf); AVERAGE_TILE_CDFS(comp_group_idx_cdf); #endif // CONFIG_JNT_COMP + +#if CONFIG_EXT_SKIP + AVERAGE_TILE_CDFS(skip_mode_cdfs) +#endif }