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/TLibDecoder/TDecCu.cpp

    r773 r787  
    318318      if( pcCU->getSlice()->getIsDepth())
    319319      {
     320#if SEC_DEPTH_DV_DERIVAITON_G0074
     321        DvInfo.bDV = m_ppcCU[uiDepth]->getDispforDepth(0, 0, &DvInfo);
     322#else
    320323        DvInfo.bDV = m_ppcCU[uiDepth]->getDispNeighBlocks(0, 0, &DvInfo);
     324#endif
    321325      }
    322326      else
Note: See TracChangeset for help on using the changeset viewer.