Ignore:
Timestamp:
5 Feb 2014, 12:28:40 (11 years ago)
Author:
rwth
Message:
  • fixed bracketing
  • removed global variable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev1-RWTH/source/Lib/TLibEncoder/TEncCu.cpp

    r820 r821  
    24382438 
    24392439  if( !bValidMask )
     2440  {
    24402441    return;
     2442  }
    24412443 
    24422444  // find optimal motion/disparity vector for each segment
     
    24582460   
    24592461    // do motion estimation for this segment
    2460     g_bTestVirtualParts = true;
     2462    m_pcRdCost->setUseMask(true);
    24612463    rpcTempCU->getDBBPTmpData()->eVirtualPartSize = eVirtualPartSize;
    24622464    rpcTempCU->getDBBPTmpData()->uiVirtualPartIndex = uiSegment;
    24632465    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);
    24652467   
    24662468    // extract motion parameters of full block for this segment
Note: See TracChangeset for help on using the changeset viewer.