Changeset 1048 in 3DVCSoftware for branches/HTM-12.0-dev1/source/Lib/TLibCommon


Ignore:
Timestamp:
18 Aug 2014, 09:35:34 (11 years ago)
Author:
lg
Message:

Integration of JCT3V-I0116

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  
    41774177    TComPic * pcTexPic = m_pcSlice->getTexturePic();
    41784178#if H_3D_FCO
     4179#if LGE_FCO_I0116
     4180    if (pcTexPic && pcTexPic->getReconMark())
     4181#else
    41794182    if (pcTexturePic->getReconMark())
     4183#endif
    41804184    {
    41814185#endif   
  • branches/HTM-12.0-dev1/source/Lib/TLibCommon/TComSlice.cpp

    r1039 r1048  
    37273727
    37283728#if H_3D_DDD
     3729#if LGE_FCO_I0116
     3730  if( getIsDepth() && getViewIndex() > 0 && getVPS()->getMPIFlag(layerIdInVPS))
     3731#else
    37293732  if( getIsDepth() && getViewIndex() > 0 )
     3733#endif
    37303734  {
    37313735      TComSlice *pcTextSlice = getTexturePic()->getSlice( 0 );
  • branches/HTM-12.0-dev1/source/Lib/TLibCommon/TypeDef.h

    r1039 r1048  
    251251
    252252#define H_3D_FCO                          0   // Flexible coding order for 3D
     253#if H_3D_FCO
     254#define LGE_FCO_I0116                     1
     255#endif
    253256
    254257#define SCU_HS_FAST_INTRA_SDC_I0123       1
Note: See TracChangeset for help on using the changeset viewer.