Changeset 125 in SHVCSoftware for trunk/source/Lib/TLibCommon/TComPicSym.h


Ignore:
Timestamp:
16 Apr 2013, 06:39:31 (12 years ago)
Author:
seregin
Message:

copy from HM-10.0-dev-SHM

File:
1 edited

Legend:

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

    r55 r125  
    44 * granted under this license. 
    55 *
    6  * Copyright (c) 2010-2012, ITU/ISO/IEC
     6 * Copyright (c) 2010-2013, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    4444#include "TComSlice.h"
    4545#include "TComDataCU.h"
    46 #if REMOVE_APS
    4746class TComSampleAdaptiveOffset;
    48 #endif
    4947
    5048//! \ingroup TLibCommon
     
    110108  UInt*         m_puiInverseCUOrderMap;
    111109
    112 #if REMOVE_APS
    113110  SAOParam *m_saoParam;
    114 #endif
    115111public:
    116112  Void        create  ( Int iPicWidth, Int iPicHeight, UInt uiMaxWidth, UInt uiMaxHeight, UInt uiMaxDepth );
     
    125121  UInt        getNumberOfCUsInFrame()   { return m_uiNumCUsInFrame;  }
    126122  TComDataCU*&  getCU( UInt uiCUAddr )  { return m_apcTComDataCU[uiCUAddr];     }
    127 
     123 
    128124#if AVC_SYNTAX
    129125  UInt        getMaxCUWidth()           { return m_uiMaxCUWidth;                }
     
    155151  Void         xInitTiles();
    156152  UInt         xCalculateNxtCUAddr( UInt uiCurrCUAddr );
    157 #if REMOVE_APS
    158153  Void allocSaoParam(TComSampleAdaptiveOffset *sao);
    159154  SAOParam *getSaoParam() { return m_saoParam; }
    160 #endif
    161155};// END CLASS DEFINITION TComPicSym
    162156
Note: See TracChangeset for help on using the changeset viewer.