Changeset 495 in 3DVCSoftware for branches/HTM-DEV-0.3-dev0/source/Lib/TLibCommon
- Timestamp:
- 25 Jun 2013, 22:11:57 (12 years ago)
- Location:
- branches/HTM-DEV-0.3-dev0/source/Lib/TLibCommon
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev0/source/Lib/TLibCommon/TComRom.h
r324 r495 162 162 163 163 #ifndef ENC_DEC_TRACE 164 # define ENC_DEC_TRACE 0164 # define ENC_DEC_TRACE 1 165 165 #endif 166 166 -
branches/HTM-DEV-0.3-dev0/source/Lib/TLibCommon/TComSlice.cpp
r491 r495 1457 1457 } 1458 1458 #if H_MV 1459 for (Int lsIdx = 0; lsIdx < MAX_VPS_OP_SETS_PLUS1; lsIdx++ ) 1460 { 1461 for( Int layerId = 0; layerId < MAX_VPS_NUH_LAYER_ID_PLUS1; layerId++ ) 1462 { 1463 m_layerIdIncludedFlag[lsIdx][layerId] = false; 1464 } 1465 } 1466 1459 1467 m_vpsNumberLayerSetsMinus1 = -1; 1460 1468 m_vpsNumProfileTierLevelMinus1 = -1; … … 1472 1480 { 1473 1481 m_outputLayerSetIdxMinus1[i] = -1; 1474 m_profileLevelTierIdx[i] = -1;1482 m_profileLevelTierIdx[i] = 0; 1475 1483 for ( Int j = 0; j < MAX_VPS_NUH_LAYER_ID_PLUS1; j++) 1476 1484 { … … 1480 1488 1481 1489 m_maxOneActiveRefLayerFlag = false; 1482 m_directDepTypeLenMinus2 = -1;1490 m_directDepTypeLenMinus2 = 0; 1483 1491 1484 1492 -
branches/HTM-DEV-0.3-dev0/source/Lib/TLibCommon/TComSlice.h
r493 r495 674 674 Int getVpsNumProfileTierLevelMinus1( ) { return m_vpsNumProfileTierLevelMinus1; } 675 675 676 Void setVpsProfilePresentFlag( Int layerSet, Bool val ) { m_vpsProfilePresentFlag[layerSet] = val; }677 Bool getVpsProfilePresentFlag( Int layerSet ) { return m_vpsProfilePresentFlag[layerSet]; }676 Void setVpsProfilePresentFlag( Int idx, Bool val ) { m_vpsProfilePresentFlag[idx] = val; } 677 Bool getVpsProfilePresentFlag( Int idx ) { return m_vpsProfilePresentFlag[idx]; } 678 678 679 679 Void setProfileRefMinus1( Int profileTierLevelIdx, Int val ) { m_profileRefMinus1[ profileTierLevelIdx ] = val; } -
branches/HTM-DEV-0.3-dev0/source/Lib/TLibCommon/TypeDef.h
r488 r495 57 57 58 58 #ifndef HEVC_EXT 59 #define HEVC_EXT 259 #define HEVC_EXT 1 60 60 #endif 61 61
Note: See TracChangeset for help on using the changeset viewer.