Ignore:
Timestamp:
12 Jun 2015, 18:09:57 (9 years ago)
Author:
liu
Message:

-Integration of QTL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev2-Orange/source/Lib/TLibEncoder/TEncSearch.cpp

    r1226 r1256  
    28942894      const Bool bUseHadamard=pcCU->getCUTransquantBypass(0) == 0;
    28952895      m_pcRdCost->setDistParam(distParam, sps.getBitDepth(CHANNEL_TYPE_LUMA), piOrg, uiStride, piPred, uiStride, puRect.width, puRect.height, bUseHadamard);
     2896
     2897#if NH_3D_IC_FIX
     2898      distParam.bUseIC = false;
     2899#endif
     2900#if H_3D_INTER_SDC_FIX
     2901      distParam.bUseSDCMRSAD = false;
     2902#endif
    28962903      distParam.bApplyWeight = false;
    28972904      for( Int modeIdx = 0; modeIdx < numModesAvailable; modeIdx++ )
Note: See TracChangeset for help on using the changeset viewer.