Changeset 28 in 3DVCSoftware for branches/0.3-poznan-univ/source/App/TAppEncoder/TAppEncTop.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/TAppEncoder/TAppEncTop.h
r5 r28 51 51 //GT VSO end 52 52 53 #if POZNAN_MP 54 #include "../../Lib/TLibCommon/TComMP.h" 55 #endif 56 53 57 // ==================================================================================================================== 54 58 // Class definition … … 92 96 #endif 93 97 98 #if POZNAN_SYNTH 99 TRenTop m_cAvailabilityRenderer; 100 #endif 101 102 #if POZNAN_MP 103 TComMP* m_pcMP; 104 #endif 94 105 protected: 95 106 // initialization … … 145 156 #endif 146 157 158 #if POZNAN_MP 159 TComMP* getMP() {return m_pcMP;} 160 #endif 161 147 162 #if HHI_VSO 148 163 private: … … 155 170 #endif 156 171 172 173 #if POZNAN_SYNTH 174 private: 175 Void xStoreSynthPicsInBuffer(Int iCoddedViewIdx, Bool bDepth); 176 #endif 177 178 #if POZNAN_TEXTURE_TU_DELTA_QP_ACCORDING_TO_DEPTH 179 private: 180 Void xStoreDepthSynthPicsInBuffer(Int iCoddedViewIdx); 181 #endif 182 157 183 };// END CLASS DEFINITION TAppEncTop 158 184
Note: See TracChangeset for help on using the changeset viewer.