Changeset 124 in 3DVCSoftware for trunk/source/App/TAppEncoder


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

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

File:
1 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 )
Note: See TracChangeset for help on using the changeset viewer.