Ignore:
Timestamp:
3 Nov 2014, 01:32:52 (10 years ago)
Author:
lg
Message:

Integration of JCT3V-J0042. The MACRO is "LGE_DDD_REMOVAL_J0042_J0030."
Integration of JCT3V-J0046. The MACRO is "LGE_DEFAULT_DV_J0046."
Integration of JCT3V-J0050. The MACRO is "LGE_CHROMA_IC_J0050_J0034."
Integration of JCT3V-J0041. The MACRO is "LGE_SIMP_DISP_AVAIL_J0041."

By Sunmi Yoo (sunmi.yoo@…) and Junghak Nam (junghak.nam@…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.2-dev2-LGE/source/Lib/TLibEncoder/TEncCu.cpp

    r1084 r1094  
    18691869
    18701870#endif
    1871 
     1871#if !LGE_DDD_REMOVAL_J0042_J0030
    18721872#if H_3D_DDD
    18731873    Int iDDDCand = rpcTempCU->getUseDDDCandIdx();
    18741874    UChar ucDDDepth = rpcTempCU->getDDTmpDepth();
    18751875    rpcTempCU->setUseDDD( false, 0, uhDepth );
     1876#endif
    18761877#endif
    18771878
     
    19081909          rpcTempCU->setVSPFlagSubParts( vspFlag[uiMergeCand], 0, 0, uhDepth );
    19091910#endif
     1911#if !LGE_DDD_REMOVAL_J0042_J0030
    19101912#if H_3D_DDD
    19111913          if( rpcTempCU->getSlice()->getIsDepth() && rpcTempCU->getSlice()->getViewIndex() != 0 && iDDDCand == uiMergeCand )
     
    19181920              rpcTempCU->setUseDDD( false, 0, 0, uhDepth );
    19191921          }
     1922#endif
    19201923#endif
    19211924#if H_3D_SPIVMP
     
    22042207  rpcTempCU->setPartSizeSubParts  ( ePartSize,  0, uhDepth );
    22052208  rpcTempCU->setPredModeSubParts  ( MODE_INTER, 0, uhDepth );
     2209#if !LGE_DDD_REMOVAL_J0042_J0030
    22062210#if H_3D_DDD
    22072211  rpcTempCU->setUseDDD( false, 0, uhDepth );
     2212#endif
    22082213#endif
    22092214
Note: See TracChangeset for help on using the changeset viewer.