Changeset 365 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/App/TAppDecoder
- Timestamp:
- 3 May 2013, 16:46:10 (12 years ago)
- Location:
- branches/HTM-DEV-0.1-dev/source/App/TAppDecoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/App/TAppDecoder/TAppDecCfg.h
r364 r365 58 58 protected: 59 59 Char* m_pchBitstreamFile; ///< input bitstream file name 60 61 60 #if H_MV 62 61 Int m_maxLayerId; ///< maximum nuh_layer_id decoded -
branches/HTM-DEV-0.1-dev/source/App/TAppDecoder/TAppDecTop.cpp
r364 r365 156 156 Bool bPreviousPictureDecoded = false; 157 157 #endif 158 158 159 vector<uint8_t> nalUnit; 159 160 InputNALUnit nalu; … … 272 273 } 273 274 #endif 275 274 276 if( pcListPic ) 275 277 { … … 282 284 if (!m_outputBitDepthY) { m_outputBitDepthY = g_bitDepthY; } 283 285 if (!m_outputBitDepthC) { m_outputBitDepthC = g_bitDepthC; } 286 284 287 #if H_MV 285 288 m_tVideoIOYuvReconFile[decIdxLastPic]->open( m_pchReconFiles[decIdxLastPic], true, m_outputBitDepthY, m_outputBitDepthC, g_bitDepthY, g_bitDepthC ); // write mode -
branches/HTM-DEV-0.1-dev/source/App/TAppDecoder/TAppDecTop.h
r364 r365 74 74 // for output control 75 75 Bool m_abDecFlag[ MAX_GOP ]; ///< decoded flag in one GOP 76 77 76 #if H_MV 78 77 Int m_pocLastDisplay [ MAX_NUM_LAYERS ]; ///< last POC in display order
Note: See TracChangeset for help on using the changeset viewer.