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

Integration of JCT3V-I0116

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.0-dev1/source/Lib/TLibEncoder/TEncSearch.cpp

    r1039 r1048  
    32123212#if H_3D_FCO
    32133213            TComPic* picTexture  = pcCU->getSlice()->getIvPic(false, pcCU->getSlice()->getViewIndex() );
     3214#if LGE_FCO_I0116
     3215            if ( !picTexture->getReconMark() && (DMM4_IDX == dmmType ) )
     3216#else
    32143217            if ( !picTexture->getReconMark() && (DMM3_IDX == dmmType || DMM4_IDX == dmmType ) )
     3218#endif
    32153219            {
    32163220                continue;
Note: See TracChangeset for help on using the changeset viewer.