Changeset 181 in 3DVCSoftware for branches/HTM-4.1-dev2-Orange/source/Lib/TLibCommon/TComDataCU.cpp
- Timestamp:
- 14 Nov 2012, 17:23:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev2-Orange/source/Lib/TLibCommon/TComDataCU.cpp
r177 r181 163 163 m_apSegmentDCOffset[1] = NULL; 164 164 #endif 165 #if OL_DEPTHLIMIT_A0044166 //add a variable to store the partition information167 //a 2D array in part_symbol, uidepth format168 //initialize m_partInfo to OL_END_CU169 for (Int i=0; i < OL_PART_BUF_SIZE; i++)170 {171 for (Int j=0; j < 2; j++)172 {173 m_uiPartInfo[i][j] = OL_END_CU;174 }175 }176 #endif177 165 } 178 166 … … 507 495 Void TComDataCU::initCU( TComPic* pcPic, UInt iCUAddr ) 508 496 { 509 #if OL_DEPTHLIMIT_A0044510 TComDataCU* pcCU = pcPic->getCU(iCUAddr);511 #endif512 513 497 m_pcPic = pcPic; 514 498 m_pcSlice = pcPic->getSlice(pcPic->getCurrSliceIdx()); … … 740 724 m_apcCUColocated[1] = getSlice()->getRefPic( REF_PIC_LIST_1, 0)->getCU( m_uiCUAddr ); 741 725 } 742 #if OL_DEPTHLIMIT_A0044743 setPartDumpFlag (pcCU->getPartDumpFlag());744 #endif745 726 } 746 727 … … 1096 1077 memcpy(m_uiSliceStartCU,pcCU->m_uiSliceStartCU+uiPartOffset,sizeof(UInt)*m_uiNumPartition); 1097 1078 memcpy(m_uiEntropySliceStartCU,pcCU->m_uiEntropySliceStartCU+uiPartOffset,sizeof(UInt)*m_uiNumPartition); 1098 #if OL_DEPTHLIMIT_A00441099 setPartDumpFlag (pcCU->getPartDumpFlag());1100 #endif1101 1079 } 1102 1080
Note: See TracChangeset for help on using the changeset viewer.