Changeset 989 in 3DVCSoftware
- Timestamp:
- 15 Jul 2014, 03:16:08 (10 years ago)
- Location:
- branches/HTM-11.2-dev1-Samsung
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-11.2-dev1-Samsung/source/Lib/TLibCommon/TComDataCU.cpp
r976 r989 3310 3310 for(Int iLoop = 0; iLoop < 2; iLoop ++ ) 3311 3311 { 3312 #if !SEC_SIMP_SHIFTED_DV_I0086 3312 3313 // IvDcShift (Derived from spatial Iv neighboring blocks) 3313 3314 if( iLoop == 1 ) … … 3343 3344 } 3344 3345 } 3346 #endif 3345 3347 3346 3348 /// iLoop = 0 --> IvMCShift … … 3390 3392 } 3391 3393 3394 #if !SEC_SIMP_SHIFTED_DV_I0086 3392 3395 inline Bool TComDataCU::xGetPosFirstAvailDmvCand(Int iCount, Int& posFirstAvailDmvCand ) 3393 3396 { … … 3406 3409 return false; 3407 3410 } 3411 #endif 3408 3412 3409 3413 #endif -
branches/HTM-11.2-dev1-Samsung/source/Lib/TLibCommon/TComDataCU.h
r976 r989 246 246 #if H_3D_IV_MERGE 247 247 Bool xAddIvMRGCand( Int mrgCandIdx, Int& iCount, Int* ivCandDir, TComMv* ivCandMv, Int* ivCandRefIdx ); 248 #if! SEC_SIMP_SHIFTED_DV_I0086 248 249 Bool xGetPosFirstAvailDmvCand( Int iCount, Int& iFirDispCand ); 250 #endif 249 251 #endif 250 252 -
branches/HTM-11.2-dev1-Samsung/source/Lib/TLibCommon/TypeDef.h
r976 r989 172 172 // MTK_DIS_SPBIP8X4_H0205 Disable bi-prediction for 8x4 and 4x8 sub PU and remove the SPIVMP 2Nx2N restriction 173 173 // SEC_ADAPT_DISABLE_IVMP Disalbing IVMP merge candidates when IC is enabled, JCT3V-H0070 174 175 #define SEC_SIMP_SHIFTED_DV_I0086 1 // Simplification of Shifted DV candidate, JCT3V-I0086 174 176 175 177 #define H_3D_TMVP 1 // QC_TMVP_C0047
Note: See TracChangeset for help on using the changeset viewer.