Changeset 253 in 3DVCSoftware for branches/HTM-5.1-dev1-LG/source/Lib/TLibCommon/TComSlice.cpp
- Timestamp:
- 4 Feb 2013, 02:57:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev1-LG/source/Lib/TLibCommon/TComSlice.cpp
r210 r253 1382 1382 Int iRefStride = pcRefPicYuvOrg->getStride(); 1383 1383 Int iSumOrgSAD = 0; 1384 #if LGE_ILLUCOMP_DEPTH_C0046 1385 Double dThresholdOrgSAD = getIsDepth() ? 0.1 : 0.05; 1386 #else 1384 1387 double dThresholdOrgSAD = 0.05; 1388 #endif 1385 1389 // Histogram building - luminance 1386 1390 for ( Int y = 0; y < iHeight; y++)
Note: See TracChangeset for help on using the changeset viewer.