Changeset 123 in 3DVCSoftware
- Timestamp:
- 7 Sep 2012, 13:48:35 (12 years ago)
- Location:
- branches/HTM-4.0-Orange/source/Lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0-Orange/source/Lib/TLibCommon/TComDataCU.cpp
r117 r123 2307 2307 #if H0204_QP_PREDICTION 2308 2308 UInt lPartIdx, aPartIdx; 2309 #if FIX_COMP_WARNING_INIT 2310 lPartIdx = 0; 2311 aPartIdx = 0; 2312 #endif 2309 2313 TComDataCU* cULeft = getQpMinCuLeft ( lPartIdx, m_uiAbsIdxInLCU + uiCurrAbsIdxInLCU ); 2310 2314 TComDataCU* cUAbove = getQpMinCuAbove( aPartIdx, m_uiAbsIdxInLCU + uiCurrAbsIdxInLCU ); -
branches/HTM-4.0-Orange/source/Lib/TLibCommon/TypeDef.h
r117 r123 47 47 #define FIX_INIT_ROM 1 48 48 #define FIX_VIRT_DESTRUCTOR 1 49 #define FIX_COMP_WARNING_INIT 1 49 50 50 51 -
branches/HTM-4.0-Orange/source/Lib/TLibEncoder/TEncCu.cpp
r122 r123 473 473 pcTextureCU = pcTexture->getCU( rpcBestCU->getAddr() ); 474 474 pcTexture->setPartInfo(pcTextureCU->readPartInfo()); 475 pcTexture->setTexPartIndex(0); //pcTextureCU->setTexPartIndex(0); //uiTexPartIndex = 0;475 pcTexture->setTexPartIndex(0); 476 476 } 477 477 } … … 658 658 break; 659 659 } 660 pcTexture->incrementTexPartIndex(); //uiTexPartIndex+=2;660 pcTexture->incrementTexPartIndex(); 661 661 662 662 if(pcTexture->accessPartInfo(1) == OL_END_CU)
Note: See TracChangeset for help on using the changeset viewer.