Changeset 478 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source/App/TAppDecoder
- Timestamp:
- 18 Jun 2013, 17:25:49 (12 years ago)
- Location:
- branches/HTM-DEV-0.3-dev2/source/App/TAppDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/App/TAppDecoder/TAppDecTop.cpp
r476 r478 683 683 #endif 684 684 #if H_3D_IV_MERGE 685 // GT: This function is not necessary anymore m_ivPicLists should be used instead 685 686 TComPic* TAppDecTop::xGetPicFromView( Int viewIdx, Int poc, Bool isDepth ) 686 687 { … … 701 702 } 702 703 #endif 703 704 704 //! \} -
branches/HTM-DEV-0.3-dev2/source/App/TAppDecoder/TAppDecTop.h
r476 r478 76 76 // for output control 77 77 Bool m_abDecFlag[ MAX_GOP ]; ///< decoded flag in one GOP 78 79 78 #if H_3D_IV_MERGE 80 79 Int m_fcoViewDepthId; … … 107 106 TDecTop* getTDecTop ( Int viewIdx, Bool isDepth ); 108 107 TComPic* getPicFromView ( Int viewIdx, Int poc, bool isDepth ) { return xGetPicFromView( viewIdx, poc, isDepth ); } 109 #endif110 111 #if H_3D_IV_MERGE112 108 TComVPSAccess* getVPSAccess () { return &m_cVPSAccess; } 113 109 TComSPSAccess* getSPSAccess () { return &m_cSPSAccess; } … … 124 120 TComPic* xGetPicFromView( Int viewIdx, Int poc, Bool isDepth ); 125 121 #endif 126 127 122 #if H_MV 128 123 Void xWriteOutput ( TComList<TComPic*>* pcListPic, Int layerId, Int tId ); ///< write YUV to file … … 133 128 Void xFlushOutput ( TComList<TComPic*>* pcListPic ); ///< flush all remaining decoded pictures to file 134 129 #endif 135 136 130 Bool isNaluWithinTargetDecLayerIdSet ( InputNALUnit* nalu ); ///< check whether given Nalu is within targetDecLayerIdSet 137 131 };
Note: See TracChangeset for help on using the changeset viewer.