Changeset 910 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder
- Timestamp:
- 21 Oct 2014, 13:03:58 (10 years ago)
- Location:
- branches/SHM-dev/source/App/TAppEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r908 r910 3508 3508 for (UInt layer=0; layer < MAX_LAYERS-1; layer++) 3509 3509 { 3510 #if R0062_AUX_PSEUDO_MONOCHROME 3511 xConfirmPara(m_acLayerCfg[layer].m_auxId < 0 || m_acLayerCfg[layer].m_auxId > 2, "AuxId must be in range 0 to 2"); 3512 #else 3510 3513 xConfirmPara(m_acLayerCfg[layer].m_auxId < 0 || m_acLayerCfg[layer].m_auxId > 4, "AuxId must be in range 0 to 4"); 3511 3514 xConfirmPara(m_acLayerCfg[layer].m_auxId > 0 && m_acLayerCfg[layer].m_chromaFormatIDC != CHROMA_400, "Auxiliary picture must be monochrome picture"); 3515 #endif 3512 3516 } 3513 3517 #endif -
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r908 r910 2029 2029 2030 2030 #if AUXILIARY_PICTURES 2031 #if R0062_AUX_PSEUDO_MONOCHROME 2032 if ( m_acLayerCfg[layer].getChromaFormatIDC() == CHROMA_400 || 2033 (m_apcTEncTop[0]->getVPS()->getScalabilityMask(3) && (m_acLayerCfg[layer].getAuxId() == 1 || m_acLayerCfg[layer].getAuxId() == 2)) ) 2034 #else 2031 2035 if (m_acLayerCfg[layer].getChromaFormatIDC() == CHROMA_400) 2036 #endif 2032 2037 { 2033 2038 pcPicYuvOrg[layer]->convertToMonochrome();
Note: See TracChangeset for help on using the changeset viewer.