Changeset 364 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 3 May 2013, 16:34:51 (12 years ago)
- Location:
- branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncCfg.h
r363 r364 406 406 #endif 407 407 #endif 408 409 408 //====== Coding Structure ======== 410 409 Void setIntraPeriod ( Int i ) { m_uiIntraPeriod = (UInt)i; } -
branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r362 r364 410 410 UInt *accumNalsDU = NULL; 411 411 SEIDecodingUnitInfo decodingUnitInfoSEI; 412 413 412 #if !H_MV 414 413 for ( Int iGOPid=0; iGOPid < m_iGopSize; iGOPid++ ) … … 472 471 if(pocCurr>=m_pcCfg->getFramesToBeEncoded()) 473 472 { 474 475 473 #if H_MV 476 474 delete pcBitstreamRedirect; … … 2057 2055 assert ( m_iNumPicCoded == iNumPicRcvd ); 2058 2056 #endif 2059 2060 2057 } 2061 2058 … … 2377 2374 m_gcAnalyzeAll.addResult (dYPSNR, dUPSNR, dVPSNR, (Double)uibits); 2378 2375 #endif 2379 2380 2376 TComSlice* pcSlice = pcPic->getSlice(0); 2381 2377 if (pcSlice->isIntra()) … … 2386 2382 m_gcAnalyzeI.addResult (dYPSNR, dUPSNR, dVPSNR, (Double)uibits); 2387 2383 #endif 2388 2389 2384 } 2390 2385 if (pcSlice->isInterP()) -
branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncGOP.h
r363 r364 108 108 #endif 109 109 #endif 110 111 110 //--Adaptive Loop filter 112 111 TEncSampleAdaptiveOffset* m_pcSAO; -
branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncTop.h
r362 r364 63 63 // Class definition 64 64 // ==================================================================================================================== 65 66 67 65 68 66 /// encoder class … … 133 131 TEncAnalyze m_cAnalyzeB; 134 132 #endif 135 136 133 protected: 137 134 Void xGetNewPicBuffer ( TComPic*& rpcPic ); ///< get picture buffer which will be processed … … 148 145 Void create (); 149 146 Void destroy (); 150 151 147 Void init (); 152 153 148 #if H_MV 154 149 TComPicLists* getIvPicLists() { return m_ivPicLists; } 155 150 #endif 156 157 151 Void deletePicBuffer (); 158 152 … … 162 156 Void initNewPic(TComPicYuv* pcPicYuvOrg); 163 157 #endif 164 165 158 // ------------------------------------------------------------------------------------------------------------------- 166 159 // member access functions
Note: See TracChangeset for help on using the changeset viewer.