Changeset 117 in 3DVCSoftware for branches/HTM-4.0-Orange/source/Lib/TLibCommon/TComDataCU.cpp
- Timestamp:
- 30 Aug 2012, 16:24:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0-Orange/source/Lib/TLibCommon/TComDataCU.cpp
r112 r117 152 152 #endif 153 153 #endif 154 #if OL_DEPTHLIMIT 154 #if OL_DEPTHLIMIT_A0044 155 155 //add a variable to store the partition information 156 //a 2D array in part_symbol, uidepth format156 //a 2D array in part_symbol, uidepth format 157 157 //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 } 163 165 #endif 164 166 } … … 466 468 Void TComDataCU::initCU( TComPic* pcPic, UInt iCUAddr ) 467 469 { 468 #if OL_DEPTHLIMIT 470 #if OL_DEPTHLIMIT_A0044 469 471 TComDataCU* pcCU = pcPic->getCU(iCUAddr); 470 472 #endif … … 685 687 m_apcCUColocated[1] = getSlice()->getRefPic( REF_PIC_LIST_1, 0)->getCU( m_uiCUAddr ); 686 688 } 687 #if OL_DEPTHLIMIT 689 #if OL_DEPTHLIMIT_A0044 688 690 setPartDumpFlag (pcCU->getPartDumpFlag()); 689 691 #endif … … 1017 1019 memcpy(m_uiSliceStartCU,pcCU->m_uiSliceStartCU+uiPartOffset,sizeof(UInt)*m_uiNumPartition); 1018 1020 memcpy(m_uiEntropySliceStartCU,pcCU->m_uiEntropySliceStartCU+uiPartOffset,sizeof(UInt)*m_uiNumPartition); 1019 #if OL_DEPTHLIMIT 1021 #if OL_DEPTHLIMIT_A0044 1020 1022 setPartDumpFlag (pcCU->getPartDumpFlag()); 1021 1023 #endif
Note: See TracChangeset for help on using the changeset viewer.