Changeset 1031 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder
- Timestamp:
- 27 Feb 2015, 01:16:03 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1030 r1031 1415 1415 1416 1416 #if AUXILIARY_PICTURES 1417 if (m_scalabilityMask[ 3])1417 if (m_scalabilityMask[AUX_ID]) 1418 1418 { 1419 1419 UInt maxAuxId = 0; 1420 1420 UInt auxDimIdLen = 1; 1421 Int auxId = vps->getNumScalabilityTypes() - 1; 1421 1422 for(i = 1; i < vps->getMaxLayers(); i++) 1422 1423 { … … 1430 1431 auxDimIdLen++; 1431 1432 } 1432 vps->setDimensionIdLen( 1, auxDimIdLen);1433 vps->setDimensionIdLen(auxId, auxDimIdLen); 1433 1434 for(i = 1; i < vps->getMaxLayers(); i++) 1434 1435 { 1435 vps->setDimensionId(i, 1, m_acLayerCfg[i].getAuxId());1436 vps->setDimensionId(i, auxId, m_acLayerCfg[i].getAuxId()); 1436 1437 } 1437 1438 } … … 2139 2140 #if R0062_AUX_PSEUDO_MONOCHROME 2140 2141 if ( m_acLayerCfg[layer].getChromaFormatIDC() == CHROMA_400 || 2141 (m_apcTEncTop[0]->getVPS()->getScalabilityMask( 3) && (m_acLayerCfg[layer].getAuxId() == 1 || m_acLayerCfg[layer].getAuxId() == 2)) )2142 (m_apcTEncTop[0]->getVPS()->getScalabilityMask(AUX_ID) && (m_acLayerCfg[layer].getAuxId() == AUX_ALPHA || m_acLayerCfg[layer].getAuxId() == AUX_DEPTH)) ) 2142 2143 #else 2143 2144 if (m_acLayerCfg[layer].getChromaFormatIDC() == CHROMA_400)
Note: See TracChangeset for help on using the changeset viewer.