Ignore:
Timestamp:
30 Aug 2012, 16:24:21 (12 years ago)
Author:
tech
Message:

Cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.0-Orange/source/Lib/TLibCommon/TComDataCU.cpp

    r112 r117  
    152152#endif
    153153#endif
    154 #if OL_DEPTHLIMIT
     154#if OL_DEPTHLIMIT_A0044
    155155  //add a variable to store the partition information
    156   //a 2D array in part_symbol,uidepth format
     156  //a 2D array in part_symbol, uidepth format
    157157  //initialize m_partInfo to OL_END_CU
    158         for (int i=0; i < OL_PART_BUF_SIZE; i++)
    159         {
    160                 for (int j=0; j < 2; j++)
    161                         m_uiPartInfo[i][j] = OL_END_CU;
    162         }
     158  for (Int i=0; i < OL_PART_BUF_SIZE; i++)
     159  {
     160    for (Int j=0; j < 2; j++)
     161    {
     162      m_uiPartInfo[i][j] = OL_END_CU;
     163    }
     164  }
    163165#endif
    164166}
     
    466468Void TComDataCU::initCU( TComPic* pcPic, UInt iCUAddr )
    467469{
    468 #if OL_DEPTHLIMIT
     470#if OL_DEPTHLIMIT_A0044
    469471  TComDataCU* pcCU     = pcPic->getCU(iCUAddr);
    470472#endif
     
    685687    m_apcCUColocated[1] = getSlice()->getRefPic( REF_PIC_LIST_1, 0)->getCU( m_uiCUAddr );
    686688  }
    687 #if OL_DEPTHLIMIT
     689#if OL_DEPTHLIMIT_A0044
    688690  setPartDumpFlag (pcCU->getPartDumpFlag());
    689691#endif
     
    10171019  memcpy(m_uiSliceStartCU,pcCU->m_uiSliceStartCU+uiPartOffset,sizeof(UInt)*m_uiNumPartition);
    10181020  memcpy(m_uiEntropySliceStartCU,pcCU->m_uiEntropySliceStartCU+uiPartOffset,sizeof(UInt)*m_uiNumPartition);
    1019 #if OL_DEPTHLIMIT
     1021#if OL_DEPTHLIMIT_A0044
    10201022  setPartDumpFlag (pcCU->getPartDumpFlag());
    10211023#endif
Note: See TracChangeset for help on using the changeset viewer.