Changeset 711 in SHVCSoftware for branches/SHM-6-dev/source/App
- Timestamp:
- 20 Apr 2014, 22:16:29 (11 years ago)
- Location:
- branches/SHM-6-dev/source/App/TAppDecoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/App/TAppDecoder/TAppDecCfg.cpp
r595 r711 92 92 #if AVC_BASE 93 93 ("BLReconFile,-ibl", cfg_BLReconFile, string(""), "BL reconstructed YUV input file name") 94 #if !REPN_FORMAT_IN_VPS 94 95 ("BLSourceWidth,-wdt", m_iBLSourceWidth, 0, "BL source picture width") 95 96 ("BLSourceHeight,-hgt", m_iBLSourceHeight, 0, "BL source picture height") 97 #endif 96 98 #if AVC_SYNTAX 97 99 ("BLSyntaxFile,-ibs", cfg_BLSyntaxFile, string(""), "BL syntax input file name") -
branches/SHM-6-dev/source/App/TAppDecoder/TAppDecCfg.h
r595 r711 74 74 #if AVC_BASE 75 75 Char* m_pchBLReconFile; ///< input BL reconstruction file name 76 #if !REPN_FORMAT_IN_VPS 76 77 Int m_iBLSourceWidth; 77 78 Int m_iBLSourceHeight; 79 #endif 78 80 #if AVC_SYNTAX 79 81 Char* m_pchBLSyntaxFile; ///< input BL syntax file name … … 84 86 #if SYNTAX_OUTPUT 85 87 Char* m_pchBLSyntaxFile; ///< input BL syntax file name 88 #if !REPN_FORMAT_IN_VPS 86 89 Int m_iBLSourceWidth; 87 90 Int m_iBLSourceHeight; 91 #endif 88 92 Int m_iBLFrames; 89 93 #endif … … 108 112 #if SVC_EXTENSION 109 113 , m_tgtLayerId(0) 110 #if AVC_BASE 114 #if AVC_BASE && !REPN_FORMAT_IN_VPS 111 115 , m_iBLSourceWidth(0) 112 116 , m_iBLSourceHeight(0) -
branches/SHM-6-dev/source/App/TAppDecoder/TAppDecTop.cpp
r704 r711 163 163 } 164 164 TComList<TComPic*> *cListPic = m_acTDecTop[0].getListPic(); 165 #if AVC_SYNTAX || !REPN_FORMAT_IN_VPS 165 166 m_acTDecTop[0].setBLsize( m_iBLSourceWidth, m_iBLSourceHeight ); 167 #endif 166 168 m_acTDecTop[0].setBLReconFile( &streamYUV ); 167 169 pcBLPic.setLayerId( 0 );
Note: See TracChangeset for help on using the changeset viewer.