Changeset 711 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 20 Apr 2014, 22:16:29 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.h
r698 r711 172 172 #if AVC_BASE 173 173 fstream* m_pBLReconFile; 174 #if !REPN_FORMAT_IN_VPS 174 175 Int m_iBLSourceWidth; 175 Int m_iBLSourceHeight; 176 Int m_iBLSourceHeight; 177 #endif 176 178 #endif 177 179 #if VPS_EXTN_DIRECT_REF_LAYERS … … 281 283 Void setBLReconFile( fstream* pFile ) { m_pBLReconFile = pFile; } 282 284 fstream* getBLReconFile() { return m_pBLReconFile; } 285 #if !REPN_FORMAT_IN_VPS 283 286 Void setBLsize( Int iWidth, Int iHeight ) { m_iBLSourceWidth = iWidth; m_iBLSourceHeight = iHeight; } 284 287 Int getBLWidth() { return m_iBLSourceWidth; } 285 288 Int getBLHeight() { return m_iBLSourceHeight; } 289 #endif 286 290 #endif 287 291 #if REPN_FORMAT_IN_VPS
Note: See TracChangeset for help on using the changeset viewer.