commit | 07441165fe78ae09bbe1a2cdfa403322c28b8968 | [log] [tgz] |
---|---|---|
author | Arild Fuldseth <arilfuld@cisco.com> | Mon Aug 15 15:07:52 2016 +0200 |
committer | Yaowu Xu <yaowu@google.com> | Wed Oct 19 15:14:27 2016 -0700 |
tree | ce59f0791cd85527d0f52fd07e826f73e78571c0 | |
parent | dc8a2c523f8be901c627d8ad3ddd19c1875094fb [diff] [blame] |
Support for delta-q at superblock level Change-Id: I4128af44776d1f361bddc1fdffb75ed2224dbfa5
diff --git a/av1/common/onyxc_int.h b/av1/common/onyxc_int.h index cf8d7b4..525680f 100644 --- a/av1/common/onyxc_int.h +++ b/av1/common/onyxc_int.h
@@ -395,6 +395,9 @@ #if CONFIG_DERING int dering_level; #endif +#if CONFIG_DELTA_Q + int delta_q_present_flag; +#endif } AV1_COMMON; // TODO(hkuang): Don't need to lock the whole pool after implementing atomic