Changeset 869 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon/TComPicYuv.cpp
- Timestamp:
- 14 Aug 2014, 00:00:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComPicYuv.cpp
r856 r869 69 69 70 70 #if SVC_EXTENSION 71 #if R0156_CONF_WINDOW_IN_REP_FORMAT 72 #if AUXILIARY_PICTURES 73 Void TComPicYuv::create( Int iPicWidth, Int iPicHeight, ChromaFormat chromaFormatIDC, UInt uiMaxCUWidth, UInt uiMaxCUHeight, UInt uiMaxCUDepth, Window* conformanceWindow ) 74 #else 75 Void TComPicYuv::create( Int iPicWidth, Int iPicHeight, UInt uiMaxCUWidth, UInt uiMaxCUHeight, UInt uiMaxCUDepth, Window* conformanceWindow ) 76 #endif 77 #else // R0156_CONF_WINDOW_IN_REP_FORMAT 71 78 #if AUXILIARY_PICTURES 72 79 Void TComPicYuv::create( Int iPicWidth, Int iPicHeight, ChromaFormat chromaFormatIDC, UInt uiMaxCUWidth, UInt uiMaxCUHeight, UInt uiMaxCUDepth, TComSPS* pcSps ) … … 74 81 Void TComPicYuv::create( Int iPicWidth, Int iPicHeight, UInt uiMaxCUWidth, UInt uiMaxCUHeight, UInt uiMaxCUDepth, TComSPS* pcSps ) 75 82 #endif 83 #endif 76 84 #else 77 85 Void TComPicYuv::create( Int iPicWidth, Int iPicHeight, UInt uiMaxCUWidth, UInt uiMaxCUHeight, UInt uiMaxCUDepth ) … … 82 90 83 91 #if SVC_EXTENSION 92 #if R0156_CONF_WINDOW_IN_REP_FORMAT 93 if(conformanceWindow != NULL) 94 { 95 m_conformanceWindow = *conformanceWindow; 96 } 97 #else 84 98 if(pcSps != NULL) 85 99 { 86 100 m_conformanceWindow = pcSps->getConformanceWindow(); 87 101 } 102 #endif 88 103 #endif 89 104
Note: See TracChangeset for help on using the changeset viewer.