Ignore:
Timestamp:
21 Jan 2014, 05:12:07 (11 years ago)
Author:
samsung-htm
Message:

Integration of JCT3V-G0074: Simplification of DV Derivation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev1-Samsung/source/Lib/TLibEncoder/TEncCu.cpp

    r773 r787  
    570570          if (rpcTempCU->getSlice()->getIsDepth() )
    571571          {
     572#if SEC_DEPTH_DV_DERIVAITON_G0074
     573            DvInfo.bDV = rpcTempCU->getDispforDepth(0, 0, &DvInfo);
     574#else
    572575            DvInfo.bDV = rpcTempCU->getDispNeighBlocks(0, 0, &DvInfo);
     576#endif
    573577          }
    574578          else
Note: See TracChangeset for help on using the changeset viewer.