Changeset 1146 in 3DVCSoftware
- Timestamp:
- 25 Feb 2015, 12:06:21 (10 years ago)
- Location:
- branches/HTM-13.1-dev1-Samsung/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.1-dev1-Samsung/source/Lib/TLibCommon/TComDataCU.cpp
r1145 r1146 6867 6867 Int iBaseAbsPartIdx; 6868 6868 6869 #if SEC_SHIFTED_IVMC_POS_K0036 6870 Int offsetW = (iLoopCan == 0) ? 0 : ( iWidth * 2 ); 6871 Int offsetH = (iLoopCan == 0) ? 0 : ( iHeight * 2 ); 6872 #else 6869 6873 Int offsetW = (iLoopCan == 0) ? 0 : ( ((iWidth /2)*4) + 4 ); 6870 6874 Int offsetH = (iLoopCan == 0) ? 0 : ( ((iHeight/2)*4) + 4 ); 6875 #endif 6871 6876 6872 6877 Int iBasePosX = Clip3( 0, pcBaseRec->getWidth () - 1, iCurrPosX + ( (cDv.getHor() + offsetW + 2 ) >> 2 ) ); -
branches/HTM-13.1-dev1-Samsung/source/Lib/TLibCommon/TypeDef.h
r1145 r1146 187 187 // SEC_SIMP_SHIFTED_DV_I0086 Simplification of Shifted DV candidate, JCT3V-I0086 188 188 189 189 #define SEC_SHIFTED_IVMC_POS_K0036 1 // Position Derivation for Shifted-IVMC, JCT3V-K0036 190 190 191 191
Note: See TracChangeset for help on using the changeset viewer.