Ignore:
Timestamp:
12 Nov 2014, 08:09:17 (10 years ago)
Author:
seregin
Message:

initial porting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-upgrade/source/Lib/TLibCommon/TComCABACTables.h

    r595 r916  
    3636*/
    3737
    38 #ifndef __TCOM_CABAC_TABLES__
    39 #define __TCOM_CABAC_TABLES__
     38#ifndef __TCOMCABACTABLES__
     39#define __TCOMCABACTABLES__
    4040
    4141#include "TLibCommon/CommonDef.h"
     42#include "TLibCommon/TComRom.h"
    4243
    4344//! \ingroup TLibCommon
     
    5152{
    5253public:
    53   const static UChar  sm_aucLPSTable[64][4];
     54  const static UChar  sm_aucLPSTable[1 << CONTEXT_STATE_BITS][4];
    5455  const static UChar  sm_aucRenormTable[32];
    5556};
Note: See TracChangeset for help on using the changeset viewer.