Changeset 820 in 3DVCSoftware for branches/HTM-9.3-dev1-RWTH/source/Lib/TLibEncoder/TEncCu.cpp
- Timestamp:
- 5 Feb 2014, 09:54:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev1-RWTH/source/Lib/TLibEncoder/TEncCu.cpp
r819 r820 2363 2363 { 2364 2364 UChar ucSegment = (UChar)pMask[x]; 2365 assert( ucSegment < 2 );2365 AOF( ucSegment < 2 ); 2366 2366 2367 2367 piDst[x] = (ucSegment==uiValidSegment)?piSrc[x]:DBBP_INVALID_SHORT; … … 2387 2387 { 2388 2388 UChar ucSegment = (UChar)pMask[x*2]; 2389 assert( ucSegment < 2 );2389 AOF( ucSegment < 2 ); 2390 2390 2391 2391 piDstU[x] = (ucSegment==uiValidSegment)?piSrcU[x]:DBBP_INVALID_SHORT; … … 2405 2405 AOF( !rpcTempCU->getSlice()->getIsDepth() ); 2406 2406 2407 2408 2407 UChar uhDepth = rpcTempCU->getDepth( 0 ); 2409 2408 … … 2425 2424 rpcTempCU->setPartSizeSubParts( SIZE_2Nx2N, 0, uhDepth ); 2426 2425 2427 // get coded and reconstructed depth view2426 // fetch virtual depth block 2428 2427 UInt uiDepthStride = 0; 2429 2428 Pel* pDepthPels = rpcTempCU->getVirtualDepthBlock(0, uiWidth, uiHeight, uiDepthStride); … … 2486 2485 } 2487 2486 2487 // store final motion/disparity information in each PU using derived partitioning 2488 2488 rpcTempCU->setDepthSubParts( uhDepth, 0 ); 2489 2489 rpcTempCU->setPartSizeSubParts ( eVirtualPartSize, 0, uhDepth );
Note: See TracChangeset for help on using the changeset viewer.