Changeset 101 in 3DVCSoftware for trunk/source/App/TAppEncoder
- Timestamp:
- 10 Aug 2012, 17:56:17 (12 years ago)
- Location:
- trunk/source/App/TAppEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppEncoder/TAppEncTop.cpp
r100 r101 655 655 if ( m_uiVSOMode == 4 ) 656 656 { 657 #if HHI_VSO_SPEEDUP_A0 33657 #if HHI_VSO_SPEEDUP_A0033 658 658 #if LGE_VSO_EARLY_SKIP_A0093 659 659 m_cRendererModel.create( m_cRenModStrParser.getNumOfBaseViews(), m_cRenModStrParser.getNumOfModels(), m_iSourceWidth, g_uiMaxCUHeight , LOG2_DISP_PREC_LUT, 0, m_bVSOEarlySkip ); … … 1249 1249 #endif 1250 1250 #if HHI_VSO 1251 #if HHI_VSO_SPEEDUP_A0 331251 #if HHI_VSO_SPEEDUP_A0033 1252 1252 Void TAppEncTop::setupRenModel( Int iPoc, Int iEncViewIdx, Int iEncContent, Int iHorOffset ) 1253 1253 { -
trunk/source/App/TAppEncoder/TAppEncTop.h
r100 r101 139 139 #endif 140 140 #if HHI_VSO 141 #if HHI_VSO_SPEEDUP_A0 33141 #if HHI_VSO_SPEEDUP_A0033 142 142 Void setupRenModel ( Int iPoc, Int iEncViewIdx, Int iEncContent, Int iHorOffset ); 143 143 #else
Note: See TracChangeset for help on using the changeset viewer.