Changeset 1048 in 3DVCSoftware for branches/HTM-12.0-dev1/source/Lib/TLibCommon
- Timestamp:
- 18 Aug 2014, 09:35:34 (11 years ago)
- Location:
- branches/HTM-12.0-dev1/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.0-dev1/source/Lib/TLibCommon/TComDataCU.cpp
r1039 r1048 4177 4177 TComPic * pcTexPic = m_pcSlice->getTexturePic(); 4178 4178 #if H_3D_FCO 4179 #if LGE_FCO_I0116 4180 if (pcTexPic && pcTexPic->getReconMark()) 4181 #else 4179 4182 if (pcTexturePic->getReconMark()) 4183 #endif 4180 4184 { 4181 4185 #endif -
branches/HTM-12.0-dev1/source/Lib/TLibCommon/TComSlice.cpp
r1039 r1048 3727 3727 3728 3728 #if H_3D_DDD 3729 #if LGE_FCO_I0116 3730 if( getIsDepth() && getViewIndex() > 0 && getVPS()->getMPIFlag(layerIdInVPS)) 3731 #else 3729 3732 if( getIsDepth() && getViewIndex() > 0 ) 3733 #endif 3730 3734 { 3731 3735 TComSlice *pcTextSlice = getTexturePic()->getSlice( 0 ); -
branches/HTM-12.0-dev1/source/Lib/TLibCommon/TypeDef.h
r1039 r1048 251 251 252 252 #define H_3D_FCO 0 // Flexible coding order for 3D 253 #if H_3D_FCO 254 #define LGE_FCO_I0116 1 255 #endif 253 256 254 257 #define SCU_HS_FAST_INTRA_SDC_I0123 1
Note: See TracChangeset for help on using the changeset viewer.