Changeset 825 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 11 Jul 2014, 20:42:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r823 r825 1153 1153 if( pcSlice->getPPS()->getCGSFlag() ) 1154 1154 { 1155 #if R0150_CGS_SIGNAL_CONSTRAINTS 1156 // all reference layers are currently taken as CGS reference layers 1157 m_Enc3DAsymLUTPPS.addRefLayerId( pcSlice->getVPS()->getRefLayerId(m_layerId, refLayerIdc) ); 1158 m_Enc3DAsymLUTPicUpdate.addRefLayerId( pcSlice->getVPS()->getRefLayerId(m_layerId, refLayerIdc) ); 1159 #endif 1155 1160 if(g_posScalingFactor[refLayerIdc][0] < (1<<16) || g_posScalingFactor[refLayerIdc][1] < (1<<16)) //if(pcPic->isSpatialEnhLayer(refLayerIdc)) 1156 1161 { … … 3987 3992 if( m_layerId && pcSlice->getPPS()->getCGSFlag() ) 3988 3993 { 3994 if( m_Enc3DAsymLUTPPS.getPPSBit() > 0 ) 3995 m_Enc3DAsymLUTPicUpdate.copy3DAsymLUT( &m_Enc3DAsymLUTPPS ); 3989 3996 m_Enc3DAsymLUTPicUpdate.updatePicCGSBits( pcSlice , m_Enc3DAsymLUTPPS.getPPSBit() ); 3990 3997 }
Note: See TracChangeset for help on using the changeset viewer.