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/TLibEncoder/TEncSlice.cpp

    r112 r117  
    849849#endif
    850850
    851 #if OL_DEPTHLIMIT //stop dumping partition information
    852         b_dumpPartInfo = 0;
    853         pcCU->setPartDumpFlag(b_dumpPartInfo);
     851#if OL_DEPTHLIMIT_A0044 //stop dumping partition information
     852    m_bDumpPartInfo = 0;
     853    pcCU->setPartDumpFlag(m_bDumpPartInfo);
    854854#endif
    855855
     
    13121312
    13131313    TComDataCU*& pcCU = rpcPic->getCU( uiCUAddr );   
    1314 #if OL_DEPTHLIMIT
    1315         pcCU->setPartDumpFlag(b_dumpPartInfo);
    1316         pcCU->resetPartInfo();
     1314#if OL_DEPTHLIMIT_A0044
     1315    pcCU->setPartDumpFlag(m_bDumpPartInfo);
     1316    pcCU->resetPartInfo();
    13171317#endif
    13181318#if !REMOVE_TILE_DEPENDENCE
Note: See TracChangeset for help on using the changeset viewer.