Changeset 821 in 3DVCSoftware for branches/HTM-9.3-dev1-RWTH/source/Lib/TLibEncoder
- Timestamp:
- 5 Feb 2014, 12:28:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev1-RWTH/source/Lib/TLibEncoder/TEncCu.cpp
r820 r821 2438 2438 2439 2439 if( !bValidMask ) 2440 { 2440 2441 return; 2442 } 2441 2443 2442 2444 // find optimal motion/disparity vector for each segment … … 2458 2460 2459 2461 // do motion estimation for this segment 2460 g_bTestVirtualParts = true;2462 m_pcRdCost->setUseMask(true); 2461 2463 rpcTempCU->getDBBPTmpData()->eVirtualPartSize = eVirtualPartSize; 2462 2464 rpcTempCU->getDBBPTmpData()->uiVirtualPartIndex = uiSegment; 2463 2465 m_pcPredSearch->predInterSearch( rpcTempCU, m_ppcOrigYuvDBBP[uhDepth], apPredYuv[uiSegment], m_ppcResiYuvTemp[uhDepth], m_ppcResiYuvTemp[uhDepth], false, false, bUseMRG ); 2464 g_bTestVirtualParts = false;2466 m_pcRdCost->setUseMask(false); 2465 2467 2466 2468 // extract motion parameters of full block for this segment
Note: See TracChangeset for help on using the changeset viewer.