Ignore:
Timestamp:
4 Feb 2013, 02:57:15 (12 years ago)
Author:
lg
Message:

Integration of JCT3V-C0046

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev1-LG/source/Lib/TLibCommon/TComSlice.cpp

    r210 r253  
    13821382    Int iRefStride = pcRefPicYuvOrg->getStride();
    13831383    Int iSumOrgSAD = 0;
     1384#if LGE_ILLUCOMP_DEPTH_C0046
     1385    Double dThresholdOrgSAD = getIsDepth() ? 0.1 : 0.05;
     1386#else
    13841387    double dThresholdOrgSAD = 0.05;
     1388#endif
    13851389    // Histogram building - luminance
    13861390    for ( Int y = 0; y < iHeight; y++)
Note: See TracChangeset for help on using the changeset viewer.