Changeset 1226 in 3DVCSoftware for branches/HTM-14.1-update-dev2-Sharp/source/Lib/TLibCommon
- Timestamp:
- 22 May 2015, 05:45:23 (10 years ago)
- Location:
- branches/HTM-14.1-update-dev2-Sharp/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev2-Sharp/source/Lib/TLibCommon/TComDataCU.cpp
r1225 r1226 5142 5142 const TComSPS &sps=*(m_pcSlice->getSPS()); 5143 5143 Int iMvShift = 2; 5144 #if H_3D_IC5144 #if NH_3D_FULL_PEL_DEPTH_MAP_MV_ACC 5145 5145 if( getSlice()->getIsDepth() ) 5146 5146 iMvShift = 0; -
branches/HTM-14.1-update-dev2-Sharp/source/Lib/TLibCommon/TComPrediction.cpp
r1225 r1226 1914 1914 Int yFrac = mv->getVer() & ((1<<shiftVer)-1); 1915 1915 1916 #if H_3D_IC1916 #if NH_3D_FULL_PEL_DEPTH_MAP_MV_ACC 1917 1917 if( cu->getSlice()->getIsDepth() ) 1918 1918 { -
branches/HTM-14.1-update-dev2-Sharp/source/Lib/TLibCommon/TypeDef.h
r1225 r1226 85 85 // SEC_IC_NEIGHBOR_CLIP_I0080 // Clipping of neighboring sample position, JCT3V-I0080 86 86 // LGE_CHROMA_IC_J0050_J0034 87 #define NH_3D_FULL_PEL_DEPTH_MAP_MV_ACC 1 // Full Pel Interpolation for Depth, HHI_FULL_PEL_DEPTH_MAP_MV_ACC 87 88 88 89
Note: See TracChangeset for help on using the changeset viewer.