Changeset 542 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder
- Timestamp:
- 23 Jul 2013, 15:19:06 (11 years ago)
- Location:
- branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncCavlc.cpp
r541 r542 801 801 WRITE_FLAG ( 0, "vps_shvc_reserved_zero_flag" ); 802 802 803 #if H_3D _GEN803 #if H_3D 804 804 WRITE_FLAG( 1, "vps_extension2_flag" ); 805 805 m_pcBitIf->writeAlignOne(); -
branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncGOP.cpp
r537 r542 471 471 pcPic->setCurrSliceIdx(0); 472 472 473 #if H_3D _GEN473 #if H_3D 474 474 m_pcSliceEncoder->initEncSlice ( pcPic, iPOCLast, pocCurr, iNumPicRcvd, iGOPid, pcSlice, m_pcEncTop->getVPS(), m_pcEncTop->getSPS(), m_pcEncTop->getPPS(), getLayerId() ); 475 475 #else … … 482 482 pcPic ->setLayerId ( getLayerId() ); 483 483 pcPic ->setViewId ( getViewId() ); 484 #if !H_3D _GEN484 #if !H_3D 485 485 pcSlice->setLayerId ( getLayerId() ); 486 486 pcSlice->setViewId ( getViewId() ); 487 487 pcSlice->setVPS ( m_pcEncTop->getVPS() ); 488 #endif 489 #if H_3D 488 #else 490 489 pcPic ->setViewIndex ( getViewIndex() ); 491 490 pcPic ->setIsDepth( getIsDepth() ); 492 #if !H_3D_GEN493 pcSlice->setViewIndex ( getViewIndex() );494 pcSlice->setIsDepth( getIsDepth() );495 #endif496 491 pcSlice->setCamparaSlice( pcPic->getCodedScale(), pcPic->getCodedOffset() ); 497 492 #endif … … 1078 1073 pcPic->setNumDdvCandPics(pcPic->getDisCandRefPictures(iColPoc)); 1079 1074 } 1080 #if H_3D _GEN1075 #if H_3D 1081 1076 pcSlice->setDepthToDisparityLUTs(); 1082 1077 -
branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncSlice.cpp
r541 r542 176 176 \param pPPS PPS associated with the slice 177 177 */ 178 #if H_3D _GEN178 #if H_3D 179 179 Void TEncSlice::initEncSlice( TComPic* pcPic, Int pocLast, Int pocCurr, Int iNumPicRcvd, Int iGOPid, TComSlice*& rpcSlice, TComVPS* pVPS, TComSPS* pSPS, TComPPS *pPPS, Int layerId ) 180 180 #else … … 186 186 187 187 rpcSlice = pcPic->getSlice(0); 188 #if H_3D _GEN188 #if H_3D 189 189 // GT: Should also be activated for MV-HEVC at some stage 190 190 rpcSlice->setVPS( pVPS ); -
branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncSlice.h
r537 r542 116 116 117 117 /// preparation of slice encoding (reference marking, QP and lambda) 118 #if H_3D _GEN118 #if H_3D 119 119 Void initEncSlice ( TComPic* pcPic, Int pocLast, Int pocCurr, Int iNumPicRcvd, 120 120 Int iGOPid, TComSlice*& rpcSlice, TComVPS* pVPS, TComSPS* pSPS, TComPPS *pPPS, Int layerId ); -
branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncTop.cpp
r541 r542 511 511 // mark it should be extended 512 512 rpcPic->getPicYuvRec()->setBorderExtension(false); 513 #if H_3D_VSO_FIX_BORDRE_EXTENSION514 513 rpcPic->getPicYuvOrg()->setBorderExtension(false); 515 #endif516 514 } 517 515
Note: See TracChangeset for help on using the changeset viewer.