Changeset 125 in SHVCSoftware for trunk/source/Lib/TLibCommon/TComPicSym.h
- Timestamp:
- 16 Apr 2013, 06:39:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TComPicSym.h
r55 r125 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 2, ITU/ISO/IEC6 * Copyright (c) 2010-2013, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 44 44 #include "TComSlice.h" 45 45 #include "TComDataCU.h" 46 #if REMOVE_APS47 46 class TComSampleAdaptiveOffset; 48 #endif49 47 50 48 //! \ingroup TLibCommon … … 110 108 UInt* m_puiInverseCUOrderMap; 111 109 112 #if REMOVE_APS113 110 SAOParam *m_saoParam; 114 #endif115 111 public: 116 112 Void create ( Int iPicWidth, Int iPicHeight, UInt uiMaxWidth, UInt uiMaxHeight, UInt uiMaxDepth ); … … 125 121 UInt getNumberOfCUsInFrame() { return m_uiNumCUsInFrame; } 126 122 TComDataCU*& getCU( UInt uiCUAddr ) { return m_apcTComDataCU[uiCUAddr]; } 127 123 128 124 #if AVC_SYNTAX 129 125 UInt getMaxCUWidth() { return m_uiMaxCUWidth; } … … 155 151 Void xInitTiles(); 156 152 UInt xCalculateNxtCUAddr( UInt uiCurrCUAddr ); 157 #if REMOVE_APS158 153 Void allocSaoParam(TComSampleAdaptiveOffset *sao); 159 154 SAOParam *getSaoParam() { return m_saoParam; } 160 #endif161 155 };// END CLASS DEFINITION TComPicSym 162 156
Note: See TracChangeset for help on using the changeset viewer.