- Timestamp:
- 9 Sep 2014, 22:37:32 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncSlice.cpp
r880 r883 1311 1311 1312 1312 UInt uiWidthInLCUs = rpcPic->getPicSym()->getFrameWidthInCU(); 1313 #if WPP_FIX 1314 UInt uiCol=0, uiSubStrm=0; 1315 #else 1313 1316 UInt uiCol=0, uiLin=0, uiSubStrm=0; 1317 #endif 1314 1318 UInt uiTileCol = 0; 1315 1319 UInt uiTileStartLCU = 0; … … 1388 1392 //UInt uiSliceStartLCU = pcSlice->getSliceCurStartCUAddr(); 1389 1393 uiCol = uiCUAddr % uiWidthInLCUs; 1390 uiLin = uiCUAddr / uiWidthInLCUs;1391 1394 #if WPP_FIX 1392 1395 uiSubStrm=rpcPic->getSubstreamForLCUAddr(uiCUAddr, true, pcSlice); 1393 1396 #else 1397 uiLin = uiCUAddr / uiWidthInLCUs; 1394 1398 if (pcSlice->getPPS()->getNumSubstreams() > 1) 1395 1399 {
Note: See TracChangeset for help on using the changeset viewer.