Changeset 231 in 3DVCSoftware for branches/HTM-5.1-dev3-MERL/source/Lib/TLibEncoder/TEncSlice.cpp
- Timestamp:
- 26 Jan 2013, 19:36:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev3-MERL/source/Lib/TLibEncoder/TEncSlice.cpp
r210 r231 811 811 m_pcBufferLowLatSbacCoders[ui].load(m_pppcRDSbacCoder[0][CI_CURR_BEST]); //init. state 812 812 } 813 814 #if MERL_VSP_C0152 815 // Send Depth/Texture pointers to slice level 816 pcSlice->setBWVSPLUTParam(m_aiShiftLUT, m_iShiftPrec); 817 pcSlice->setRefPicBaseTxt(m_pPicBaseTxt); 818 pcSlice->setRefPicBaseDepth(m_pPicBaseDepth); 819 #endif 820 813 821 UInt uiWidthInLCUs = rpcPic->getPicSym()->getFrameWidthInCU(); 814 822 //UInt uiHeightInLCUs = rpcPic->getPicSym()->getFrameHeightInCU(); … … 1138 1146 1139 1147 UInt uiEncCUOrder; 1148 1140 1149 uiCUAddr = rpcPic->getPicSym()->getCUOrderMap( uiStartCUAddr /rpcPic->getNumPartInCU()); /*for tiles, uiStartCUAddr is NOT the real raster scan address, it is actually 1141 1150 an encoding order index, so we need to convert the index (uiStartCUAddr)
Note: See TracChangeset for help on using the changeset viewer.