Changeset 819 in 3DVCSoftware for branches/HTM-9.3-dev1-RWTH/source/Lib/TLibEncoder/TEncCu.cpp
- Timestamp:
- 4 Feb 2014, 09:36:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev1-RWTH/source/Lib/TLibEncoder/TEncCu.cpp
r816 r819 2514 2514 rpcTempCU->setMVPIdx(eRefList, uiPartAddr, pDBBPTmpData->aiMvpIdx[uiSegment][eRefList]); 2515 2515 2516 #if NTT_STORE_SPDV_VSP_G01482517 if( rpcTempCU->getVSPFlag( uiPartAddr ) != 0 )2518 {2519 if ( rpcTempCU->getInterDir(uiPartAddr) & (1<<uiRefListIdx) )2520 {2521 UInt dummy;2522 Int vspSize;2523 Int width, height;2524 rpcTempCU->getPartIndexAndSize( uiSegment, dummy, width, height, uiPartAddr, rpcTempCU->getTotalNumPart()==256 );2525 AOF( dummy == uiPartAddr );2526 rpcTempCU->setMvFieldPUForVSP( rpcTempCU, uiPartAddr, width, height, eRefList, pDBBPTmpData->acMvField[uiSegment][eRefList].getRefIdx(), vspSize );2527 rpcTempCU->setVSPFlag( uiPartAddr, vspSize );2528 }2529 }2530 else2531 #endif2532 2516 rpcTempCU->getCUMvField( eRefList )->setAllMvField( pDBBPTmpData->acMvField[uiSegment][eRefList], eVirtualPartSize, uiPartAddr, 0, uiSegment ); // interprets depth relative to rpcTempCU level 2533 2517 }
Note: See TracChangeset for help on using the changeset viewer.