Ignore:
Timestamp:
18 Jun 2013, 17:25:49 (11 years ago)
Author:
tech
Message:

Minor clean ups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/App/TAppDecoder/TAppDecTop.h

    r476 r478  
    7676    // for output control
    7777  Bool                            m_abDecFlag[ MAX_GOP ];         ///< decoded flag in one GOP
    78 
    7978#if H_3D_IV_MERGE
    8079  Int  m_fcoViewDepthId;
     
    107106  TDecTop* getTDecTop     ( Int viewIdx, Bool isDepth );
    108107  TComPic*              getPicFromView     ( Int viewIdx, Int poc, bool isDepth ) { return xGetPicFromView( viewIdx, poc, isDepth ); }
    109 #endif
    110 
    111 #if H_3D_IV_MERGE
    112108  TComVPSAccess*    getVPSAccess  () { return &m_cVPSAccess;   }
    113109  TComSPSAccess*    getSPSAccess  () { return &m_cSPSAccess;   }
     
    124120  TComPic* xGetPicFromView( Int viewIdx, Int poc, Bool isDepth );
    125121#endif
    126 
    127122#if H_MV
    128123  Void  xWriteOutput      ( TComList<TComPic*>* pcListPic, Int layerId, Int tId ); ///< write YUV to file
     
    133128  Void  xFlushOutput      ( TComList<TComPic*>* pcListPic ); ///< flush all remaining decoded pictures to file
    134129#endif
    135 
    136130  Bool  isNaluWithinTargetDecLayerIdSet ( InputNALUnit* nalu ); ///< check whether given Nalu is within targetDecLayerIdSet
    137131};
Note: See TracChangeset for help on using the changeset viewer.