Changeset 1313 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComCABACTables.h


Ignore:
Timestamp:
13 Aug 2015, 17:38:13 (9 years ago)
Author:
tech
Message:

Merged 14.1-update-dev1@1312.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibCommon/TComCABACTables.h

    r1179 r1313  
    22 * License, included below. This software may be subject to other third party
    33 * and contributor rights, including patent rights, and no such rights are
    4  * granted under this license. 
     4 * granted under this license.
    55 *
    6 * Copyright (c) 2010-2015, ITU/ISO/IEC
     6 * Copyright (c) 2010-2015, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    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.