Changeset 916 in SHVCSoftware for branches/SHM-upgrade/source/Lib/TLibCommon/TComCABACTables.h
- Timestamp:
- 12 Nov 2014, 08:09:17 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibCommon/TComCABACTables.h
r595 r916 36 36 */ 37 37 38 #ifndef __TCOM _CABAC_TABLES__39 #define __TCOM _CABAC_TABLES__38 #ifndef __TCOMCABACTABLES__ 39 #define __TCOMCABACTABLES__ 40 40 41 41 #include "TLibCommon/CommonDef.h" 42 #include "TLibCommon/TComRom.h" 42 43 43 44 //! \ingroup TLibCommon … … 51 52 { 52 53 public: 53 const static UChar sm_aucLPSTable[ 64][4];54 const static UChar sm_aucLPSTable[1 << CONTEXT_STATE_BITS][4]; 54 55 const static UChar sm_aucRenormTable[32]; 55 56 };
Note: See TracChangeset for help on using the changeset viewer.