Ignore:
Timestamp:
26 May 2013, 16:22:23 (12 years ago)
Author:
tech
Message:

Added missing parts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.2-dev/source/Lib/TLibRenderer/TRenModel.h

    r438 r446  
    3232 */
    3333
    34 #if !QC_MVHEVC_B0046
     34
    3535#ifndef __TRENMODEL__
    3636#define __TRENMODEL__
     
    4242#include "../TLibCommon/TypeDef.h"
    4343
     44#if H_3D_VSO
     45
    4446class TRenModel
    4547{
     
    5052
    5153  // Creation
    52 #if LGE_VSO_EARLY_SKIP_A0093
     54#if H_3D_VSO_EARLY_SKIP
    5355  Void  create           ( Int iNumOfBaseViews, Int iNumOfModels, Int iWidth, Int iHeight, Int iShiftPrec, Int iHoleMargin, Bool bEarlySkip );
    5456#else
     
    6870
    6971  // Get Distortion, set Data
    70 #ifdef LGE_VSO_EARLY_SKIP_A0093
     72#if H_3D_VSO_EARLY_SKIP
    7173  Int64 getDist          ( Int iStartPosX, Int iStartPosY, Int iWidth, Int iHeight, Int iStride, Pel* piNewData, Pel * piOrgData, Int iOrgStride);
    7274#else
     
    9193  Int**  m_aaaiSubPelShiftLut[2];
    9294  Int    m_iHoleMargin;
    93 #if LGE_VSO_EARLY_SKIP_A0093
     95#if H_3D_VSO_EARLY_SKIP
    9496  Bool   m_bEarlySkip;
    9597#endif
     
    155157};
    156158
     159#endif // H_3D
    157160#endif //__TRENMODEL__
    158 #endif
    159161
Note: See TracChangeset for help on using the changeset viewer.