Ignore:
Timestamp:
29 Oct 2012, 02:20:31 (12 years ago)
Author:
lg
Message:

minor fix:

  1. indentation correction,
  2. remove outcommented source lines
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.1-dev2-LG/source/Lib/TLibCommon/TComSlice.cpp

    r152 r156  
    13701370      iSumOrgSAD += abs(aiCurrHist[i] - aiRefOrgHist[i]);
    13711371    }
    1372     //printf("iSumOrgSAD : %d\n",iSumOrgSAD);
    13731372    // Setting
    13741373    if ( iSumOrgSAD > Int(dThresholdOrgSAD * iWidth * iHeight) )
    13751374    {
    13761375      m_bApplyIC = true;
    1377       //printf("ApplyIC\n");
    13781376    }
    13791377    else
Note: See TracChangeset for help on using the changeset viewer.