Changeset 156 in 3DVCSoftware for branches/HTM-4.1-dev2-LG/source/Lib/TLibCommon/TComSlice.cpp
- Timestamp:
- 29 Oct 2012, 02:20:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev2-LG/source/Lib/TLibCommon/TComSlice.cpp
r152 r156 1370 1370 iSumOrgSAD += abs(aiCurrHist[i] - aiRefOrgHist[i]); 1371 1371 } 1372 //printf("iSumOrgSAD : %d\n",iSumOrgSAD);1373 1372 // Setting 1374 1373 if ( iSumOrgSAD > Int(dThresholdOrgSAD * iWidth * iHeight) ) 1375 1374 { 1376 1375 m_bApplyIC = true; 1377 //printf("ApplyIC\n");1378 1376 } 1379 1377 else
Note: See TracChangeset for help on using the changeset viewer.