Changeset 188 in 3DVCSoftware for branches/HTM-4.1-dev0/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 15 Nov 2012, 21:36:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev0/source/App/TAppEncoder/TAppEncTop.cpp
r185 r188 689 689 if ( m_uiVSOMode == 4 ) 690 690 { 691 #if HHI_VSO_SPEEDUP_A0033692 691 #if LGE_VSO_EARLY_SKIP_A0093 693 692 m_cRendererModel.create( m_cRenModStrParser.getNumOfBaseViews(), m_cRenModStrParser.getNumOfModels(), m_iSourceWidth, g_uiMaxCUHeight , LOG2_DISP_PREC_LUT, 0, m_bVSOEarlySkip ); 694 693 #else 695 694 m_cRendererModel.create( m_cRenModStrParser.getNumOfBaseViews(), m_cRenModStrParser.getNumOfModels(), m_iSourceWidth, g_uiMaxCUHeight , LOG2_DISP_PREC_LUT, 0 ); 696 #endif697 #else698 m_cRendererModel.create( m_cRenModStrParser.getNumOfBaseViews(), m_cRenModStrParser.getNumOfModels(), m_iSourceWidth, m_iSourceHeight, LOG2_DISP_PREC_LUT, 0 );699 695 #endif 700 696 … … 1027 1023 pcDepthPicYuvOrg = NULL; 1028 1024 1029 #if FIX_MEM_LEAKS1030 1025 if ( pcPdmDepthOrg != NULL ) 1031 1026 { … … 1034 1029 pcPdmDepthOrg = NULL; 1035 1030 }; 1036 #endif1037 1031 1038 1032 … … 1293 1287 #endif 1294 1288 #if HHI_VSO 1295 #if HHI_VSO_SPEEDUP_A00331296 1289 Void TAppEncTop::setupRenModel( Int iPoc, Int iEncViewIdx, Int iEncContent, Int iHorOffset ) 1297 1290 { 1298 #if FIX_VSO_SETUP1299 1291 m_cRendererModel.setupPart( iHorOffset, Min( g_uiMaxCUHeight, m_iSourceHeight - iHorOffset ) ); 1300 #else1301 m_cRendererModel.setHorOffset( iHorOffset );1302 #endif1303 #else1304 Void TAppEncTop::setupRenModel( Int iPoc, Int iEncViewIdx, Int iEncContent )1305 {1306 #endif1307 1292 Int iEncViewSIdx = m_cCameraData.getBaseId2SortedId()[ iEncViewIdx ]; 1308 1293
Note: See TracChangeset for help on using the changeset viewer.