Changeset 1267 in 3DVCSoftware for branches/HTM-14.1-update-dev3-MediaTek2/source/Lib/TLibCommon
- Timestamp:
- 13 Jul 2015, 04:10:34 (10 years ago)
- Location:
- branches/HTM-14.1-update-dev3-MediaTek2/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev3-MediaTek2/source/Lib/TLibCommon/TComDataCU.cpp
r1261 r1267 4489 4489 const TComSPS &sps=*(m_pcSlice->getSPS()); 4490 4490 Int iMvShift = 2; 4491 #if H_3D_IC4491 #if NH_3D_INTEGER_MV_DEPTH 4492 4492 if( getSlice()->getIsDepth() ) 4493 4493 iMvShift = 0; -
branches/HTM-14.1-update-dev3-MediaTek2/source/Lib/TLibCommon/TComPrediction.cpp
r1259 r1267 1920 1920 Int yFrac = mv->getVer() & ((1<<shiftVer)-1); 1921 1921 1922 #if H_3D_IC1922 #if NH_3D_INTEGER_MV_DEPTH 1923 1923 if( cu->getSlice()->getIsDepth() ) 1924 1924 { 1925 1925 refOffset = mv->getHor() + mv->getVer() * refStride; 1926 ref = refPic->get LumaAddr( cu->getAddr(), cu->getZorderIdxInCU() + partAddr ) + refOffset;1926 ref = refPic->getAddr(compID, cu->getCtuRsAddr(), cu->getZorderIdxInCtu() + partAddr ) + refOffset; 1927 1927 xFrac = 0; 1928 1928 yFrac = 0; -
branches/HTM-14.1-update-dev3-MediaTek2/source/Lib/TLibCommon/TypeDef.h
r1259 r1267 75 75 #define NH_3D_IV_MERGE 1 76 76 #define NH_3D_SPIVMP 1 77 #define NH_3D_INTEGER_MV_DEPTH 1 77 78 #endif 78 79
Note: See TracChangeset for help on using the changeset viewer.