Changeset 124 in 3DVCSoftware for trunk/source/App


Ignore:
Timestamp:
7 Sep 2012, 15:24:21 (12 years ago)
Author:
tech
Message:

Fixed VSO setup and compiler warning in getRefQP
( FIX_VSO_SETUP and FIX_COMP_WARNING_INIT )

Location:
trunk/source/App
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/TAppEncoder/TAppEncTop.cpp

    r121 r124  
    12691269Void TAppEncTop::setupRenModel( Int iPoc, Int iEncViewIdx, Int iEncContent, Int iHorOffset )
    12701270{
     1271#if FIX_VSO_SETUP
     1272  m_cRendererModel.setupPart( iHorOffset, Min( g_uiMaxCUHeight, m_iSourceHeight - iHorOffset ) );
     1273#else
    12711274  m_cRendererModel.setHorOffset( iHorOffset );
     1275#endif
    12721276#else
    12731277Void TAppEncTop::setupRenModel( Int iPoc, Int iEncViewIdx, Int iEncContent )
  • trunk/source/App/TAppRenderer/TAppRendererTop.cpp

    r101 r124  
    533533
    534534#if HHI_VSO_SPEEDUP_A0033
     535#if FIX_VSO_SETUP
     536    cCurModel.setupPart( 0, m_iSourceHeight  );
     537#else
    535538    cCurModel.setHorOffset( 0 );
     539#endif
    536540#endif
    537541
     
    710714  AOT( m_iLog2SamplingFactor != 0 );
    711715#if HHI_VSO_SPEEDUP_A0033
     716#if FIX_VSO_SETUP
     717  cCurModel.setupPart( 0, m_iSourceHeight  );
     718#else
    712719  cCurModel.setHorOffset( 0 );
     720#endif
    713721#endif
    714722#if LGE_VSO_EARLY_SKIP_A0093
Note: See TracChangeset for help on using the changeset viewer.