Changeset 1355 in 3DVCSoftware for branches/HTM-15.1-dev0-NICT/source/Lib/TLibCommon
- Timestamp:
- 26 Oct 2015, 14:16:11 (9 years ago)
- Location:
- branches/HTM-15.1-dev0-NICT/source/Lib/TLibCommon
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-dev0-NICT/source/Lib/TLibCommon/SEI.cpp
r1354 r1355 1474 1474 xAddGeneralOpts( opts , defAppLayerIds, defAppPocs, defAppTids, defAppVclNaluTypes, defSeiNaluId, defPositionInSeiNalu, defModifyByEncoder ); 1475 1475 1476 // 3 = m_numConstituentViewsGvdMinus1 + 21477 1476 opts.addOptions() 1478 1477 ("AlternativeDepthInfoCancelFlag" , m_alternativeDepthInfoCancelFlag , false , "AlternativeDepthInfoCancelFlag" ) … … 1618 1617 }; 1619 1618 1620 /*1621 UInt SEIAlternativeDepthInfo::getManGvdRLen ( Int i, int j, int k ) const1622 {1623 UInt rval;1624 rval = xGetSyntaxElementLen( m_expGvdR[i][j][k], m_precGvdRotationParam, m_manGvdR[i][j][k] );1625 if (rval == 0)1626 return m_precGvdRotationParam;1627 else1628 return rval;1629 };1630 */1631 1632 1619 UInt SEIAlternativeDepthInfo::getManGvdTXLen ( Int i, int j ) const 1633 1620 { … … 1652 1639 } 1653 1640 1654 #if DEBUG_NH_3D_SEI1655 printf("DEBUG: SEIAlternativeDepthInfo::xGetSyntaxElementLen(): val: %d, len %u\n", val, len);1656 #endif1657 1641 assert( val >= 0 ); 1658 1642 assert( val <= ( ( 1 << len )- 1) ); -
branches/HTM-15.1-dev0-NICT/source/Lib/TLibCommon/TComDataCU.cpp
r1321 r1355 5466 5466 } 5467 5467 5468 #if NH_3D_FIX_NBDV_COL 5469 // The picture pColCU->getSlice()->getRefPic(eColRefPicList, iColRefIdx) might not be in DPB anymore 5470 // So don't access it directly. 5471 iColRefViewIdx = pColCU->getSlice()->getVPS()->getViewOrderIdx( pColCU->getSlice()->getRefLayerId( eColRefPicList, iColRefIdx ) ); 5472 #else 5468 5473 iColRefViewIdx = pColCU->getSlice()->getRefPic(eColRefPicList, iColRefIdx)->getViewIndex(); 5474 #endif 5475 5469 5476 5470 5477 if ( iColViewIdx == iColRefViewIdx ) // temporal vector -
branches/HTM-15.1-dev0-NICT/source/Lib/TLibCommon/TComRom.cpp
r1344 r1355 537 537 const Bool g_bEncDecTraceEnable = true; 538 538 const Bool g_bEncDecTraceDisable = false; 539 Bool g_HLSTraceEnable = true;539 Bool g_HLSTraceEnable = false; 540 540 Bool g_bJustDoIt = false; 541 541 UInt64 g_nSymbolCounter = 0; … … 544 544 Bool g_tracePU = false; 545 545 Bool g_traceTU = false; 546 Bool g_disableNumbering = true;546 Bool g_disableNumbering = false; 547 547 Bool g_disableHLSTrace = false; 548 548 UInt64 g_stopAtCounter = 4660; -
branches/HTM-15.1-dev0-NICT/source/Lib/TLibCommon/TypeDef.h
r1349 r1355 77 77 #if NH_3D 78 78 #define H_3D_FIX_ARP_CHECK_NOT_IN_DPB 1 79 #define NH_3D_FIX_NBDV_COL 1 79 80 #endif 80 81 ///////////////////////////////////////////////////////////////////////////////////////// … … 359 360 #define RExt__DECODER_DEBUG_BIT_STATISTICS 0 ///< 0 (default) = decoder reports as normal, 1 = decoder produces bit usage statistics (will impact decoder run time by up to ~10%) 360 361 #endif 361 #if NH_3D362 #define DEBUG_NH_3D_SEI 0 ///< When enabled, prints out SEI values363 #endif364 362 // This can be enabled by the makefile 365 363 #if !NH_MV
Note: See TracChangeset for help on using the changeset viewer.