Changeset 917 in 3DVCSoftware
- Timestamp:
- 15 Apr 2014, 04:37:44 (11 years ago)
- Location:
- branches/HTM-10.2-dev1-Samsung
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.2-dev1-Samsung/source/Lib/TLibCommon/TComDataCU.cpp
r911 r917 4763 4763 if ( ivMvPredFlag && cDisInfo.m_aVIdxCan!=-1) 4764 4764 { 4765 #if SEC_ADAPT_DISABLE_IVMP 4766 getInterViewMergeCands(uiPUIdx, ivCandRefIdx, ivCandMv, &cDisInfo, ivCandDir , bIsDepth, pcMvFieldSP, puhInterDirSP, bICFlag ); 4767 #else 4765 4768 getInterViewMergeCands(uiPUIdx, ivCandRefIdx, ivCandMv, &cDisInfo, ivCandDir , bIsDepth, pcMvFieldSP, puhInterDirSP ); 4769 #endif 4766 4770 } 4767 4771 … … 7248 7252 , TComMvField* pcMvFieldSP, UChar* puhInterDirSP 7249 7253 #endif 7254 #if SEC_ADAPT_DISABLE_IVMP 7255 , Bool bICFlag 7256 #endif 7250 7257 ) 7251 7258 { … … 7283 7290 pacPdmMv[i].setIDVFlag (false); 7284 7291 } 7292 #endif 7293 7294 #if SEC_ADAPT_DISABLE_IVMP 7295 if(!bICFlag) 7296 { 7285 7297 #endif 7286 7298 … … 7551 7563 } 7552 7564 7565 #if SEC_ADAPT_DISABLE_IVMP 7566 } 7567 #endif 7553 7568 7554 7569 //////////////////////////////// -
branches/HTM-10.2-dev1-Samsung/source/Lib/TLibCommon/TComDataCU.h
r911 r917 528 528 , TComMvField* pcMFieldSP, UChar* puhInterDirSP 529 529 #endif 530 #if SEC_ADAPT_DISABLE_IVMP 531 , Bool bICFlag 532 #endif 530 533 ); 531 534 #endif -
branches/HTM-10.2-dev1-Samsung/source/Lib/TLibCommon/TypeDef.h
r911 r917 160 160 // SEC_DEPTH_DV_DERIVAITON_G0074, Simplification of DV derivation for depth, JCT3V-G0074 161 161 // QC_DEPTH_MERGE_SIMP_G0127 Remove DV candidate and shifting candidate for depth coding 162 163 #define SEC_ADAPT_DISABLE_IVMP 1 // Disalbing IVMP merge candidates when IC is enabled, JCT3V-H0070 162 164 163 165 #define H_3D_TMVP 1 // QC_TMVP_C0047
Note: See TracChangeset for help on using the changeset viewer.