Changeset 1303 in 3DVCSoftware for branches/HTM-14.1-update-dev1-LG/source/Lib/TLibEncoder/TEncCu.cpp
- Timestamp:
- 28 Jul 2015, 03:59:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1-LG/source/Lib/TLibEncoder/TEncCu.cpp
r1289 r1303 2094 2094 } 2095 2095 #endif 2096 #if H_3D_INTER_SDC2096 #if NH_3D_SDC_INTER 2097 2097 TComDataCU *rpcTempCUPre = rpcTempCU; 2098 2098 #endif … … 2100 2100 xCheckDQP( rpcTempCU ); 2101 2101 xCheckBestMode(rpcBestCU, rpcTempCU, uhDepth DEBUG_STRING_PASS_INTO(bestStr) DEBUG_STRING_PASS_INTO(tmpStr)); 2102 #if H_3D_INTER_SDC2102 #if NH_3D_SDC_INTER 2103 2103 if( rpcTempCU->getSlice()->getInterSdcFlag() && !uiNoResidual ) 2104 2104 { … … 2131 2131 #endif 2132 2132 rpcTempCU->setTrIdxSubParts( 0, 0, uhDepth ); 2133 rpcTempCU->setCbfSubParts( 1, 1, 1, 0, uhDepth );2133 rpcTempCU->setCbfSubParts( 1, COMPONENT_Y, 0, uhDepth ); 2134 2134 #if NH_3D_VSO //M2 2135 2135 if( m_pcRdCost->getUseRenModel() ) … … 2173 2173 if( m_pcEncCfg->getUseFastDecisionForMerge() && !bestIsSkip ) 2174 2174 { 2175 #if H_3D_INTER_SDC2175 #if NH_3D_SDC_INTER 2176 2176 if( rpcTempCU->getSlice()->getInterSdcFlag() ) 2177 2177 { … … 2182 2182 #endif 2183 2183 bestIsSkip = rpcBestCU->getQtRootCbf(0) == 0; 2184 #if H_3D_INTER_SDC2184 #if NH_3D_SDC_INTER 2185 2185 } 2186 2186 #endif … … 2377 2377 DebugInterPredResiReco(sTest, *(m_ppcPredYuvTemp[uhDepth]), *(m_ppcResiYuvBest[uhDepth]), *(m_ppcRecoYuvTemp[uhDepth]), DebugStringGetPredModeMask(rpcTempCU->getPredictionMode(0))); 2378 2378 #endif 2379 #if H_3D_INTER_SDC2379 #if NH_3D_SDC_INTER 2380 2380 TComDataCU *rpcTempCUPre = rpcTempCU; 2381 2381 #endif … … 2383 2383 xCheckDQP( rpcTempCU ); 2384 2384 xCheckBestMode(rpcBestCU, rpcTempCU, uhDepth DEBUG_STRING_PASS_INTO(sDebug) DEBUG_STRING_PASS_INTO(sTest)); 2385 #if H_3D_INTER_SDC2385 #if NH_3D_SDC_INTER 2386 2386 if( rpcTempCU->getSlice()->getInterSdcFlag() && ePartSize == SIZE_2Nx2N) 2387 2387 { … … 2416 2416 #endif 2417 2417 rpcTempCU->setTrIdxSubParts( 0, 0, uhDepth ); 2418 rpcTempCU->setCbfSubParts( 1, 1, 1, 0, uhDepth );2418 rpcTempCU->setCbfSubParts( 1, COMPONENT_Y, 0, uhDepth ); 2419 2419 #if NH_3D_VSO // M3 2420 2420 if( m_pcRdCost->getUseRenModel() )
Note: See TracChangeset for help on using the changeset viewer.