Changeset 28 in 3DVCSoftware for branches/0.3-poznan-univ/source/App/TAppDecoder/TAppDecTop.h
- Timestamp:
- 24 Feb 2012, 20:22:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-poznan-univ/source/App/TAppDecoder/TAppDecTop.h
r21 r28 52 52 #include "../../Lib/TLibCommon/TComDepthMapGenerator.h" 53 53 #include "../../Lib/TLibDecoder/TDecTop.h" 54 #if POZNAN_SYNTH 55 #include "../../Lib/TLibRenderer/TRenTop.h" 56 #endif 54 57 #include "TAppDecCfg.h" 58 59 #if POZNAN_MP 60 #include "../../Lib/TLibCommon/TComMP.h" 61 #endif 55 62 56 63 // ==================================================================================================================== … … 87 94 #endif 88 95 96 #if POZNAN_SYNTH 97 TRenTop m_cAvailabilityRenderer; 98 #endif 99 100 #if POZNAN_MP 101 TComMP* m_pcMP; 102 #endif 103 89 104 public: 90 105 TAppDecTop(); … … 97 112 Void startUsingDepth() ; 98 113 99 // GT FIX 114 #if POZNAN_SYNTH 115 Void initRenderer(TComSPS &cComSPS); 116 Void storeSynthPicsInBuffer(Int iCoddedViewIdx,Int iCoddedViewOrderIdx,Int iCurPoc,Bool bDepth); 117 #endif 118 119 #if POZNAN_TEXTURE_TU_DELTA_QP_ACCORDING_TO_DEPTH 120 Void storeDepthSynthPicsInBuffer(Int iCoddedViewIdx,Int iCoddedViewOrderIdx, Int iCurPoc); 121 #endif 122 123 // GT FIX 100 124 std::vector<TComPic*> getSpatialRefPics( Int iViewIdx, Int iPoc, Bool bIsDepth ); 101 125 TComPic* getPicFromView( Int iViewIdx, Int iPoc, bool bDepth ); … … 106 130 TComAUPicAccess* getAUPicAccess() { return &m_cAUPicAccess; } 107 131 TDecTop* getDecTop0 () { return m_acTDecTopList[0]; } 132 #endif 133 134 #if POZNAN_MP 135 TComMP* getMP() { return m_pcMP; } 108 136 #endif 109 137
Note: See TracChangeset for help on using the changeset viewer.