Changeset 119 in 3DVCSoftware for trunk


Ignore:
Timestamp:
30 Aug 2012, 18:19:36 (12 years ago)
Author:
tech
Message:

Fix: Removed wrong macro #else-case in TEncSearch.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibEncoder/TEncSearch.cpp

    r115 r119  
    11431143#endif
    11441144  {
    1145   ruiDist += m_pcRdCost->getDistPart( piReco, uiStride, piOrg, uiStride, uiWidth, uiHeight );
    1146 }
     1145    ruiDist += m_pcRdCost->getDistPart( piReco, uiStride, piOrg, uiStride, uiWidth, uiHeight );
     1146  }
    11471147}
    11481148
     
    61666166        }
    61676167        else       
    6168 #else
     6168#endif
    61696169        {       
    61706170          uiActDist = m_pcRdCost->getDistVS( pcCU, 0, piPredic, uiStride,  piOrig, uiStride, uiWidth, uiHeight, false, 0 );
    61716171        }
    6172 #endif
    61736172
    61746173        if( uiActDist < uiBestDist || uiBestDist == RDO_DIST_MAX )
Note: See TracChangeset for help on using the changeset viewer.