Changeset 310 in SHVCSoftware for trunk/source/Lib/TLibEncoder/TEncGOP.h


Ignore:
Timestamp:
22 Jul 2013, 21:40:00 (11 years ago)
Author:
seregin
Message:

reintegrate SHM-2.1-dev branch

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/source

  • trunk/source/Lib/TLibEncoder/TEncGOP.h

    r191 r310  
    127127  UInt                    m_tl0Idx;
    128128  UInt                    m_rapIdx;
    129 #if L0045_NON_NESTED_SEI_RESTRICTIONS
    130129  Bool                    m_activeParameterSetSEIPresentInAU;
    131130  Bool                    m_bufferingPeriodSEIPresentInAU;
    132131  Bool                    m_pictureTimingSEIPresentInAU;
    133 #if K0180_SCALABLE_NESTING_SEI
    134132  Bool                    m_nestedBufferingPeriodSEIPresentInAU;
    135133  Bool                    m_nestedPictureTimingSEIPresentInAU;
    136 #endif
    137 #endif
    138134public:
    139135  TEncGOP();
     
    180176
    181177  SEIActiveParameterSets* xCreateSEIActiveParameterSets (TComSPS *sps);
     178#if M0043_LAYERS_PRESENT_SEI
     179  SEILayersPresent*       xCreateSEILayersPresent ();
     180#endif
    182181  SEIFramePacking*        xCreateSEIFramePacking();
    183182  SEIDisplayOrientation*  xCreateSEIDisplayOrientation();
    184183
    185 #if J0149_TONE_MAPPING_SEI
    186184  SEIToneMappingInfo*     xCreateSEIToneMappingInfo();
    187 #endif
    188185
    189186  Void xCreateLeadingSEIMessages (/*SEIMessages seiMessages,*/ AccessUnit &accessUnit, TComSPS *sps);
    190 #if L0045_NON_NESTED_SEI_RESTRICTIONS
    191187  Int xGetFirstSeiLocation (AccessUnit &accessUnit);
    192188  Void xResetNonNestedSEIPresentFlags()
     
    196192    m_pictureTimingSEIPresentInAU      = false;
    197193  }
    198 #if K0180_SCALABLE_NESTING_SEI
    199194  Void xResetNestedSEIPresentFlags()
    200195  {
     
    202197    m_nestedPictureTimingSEIPresentInAU      = false;
    203198  }
    204 #endif
    205 #endif
    206 #if L0386_DB_METRIC
    207199  Void dblMetric( TComPic* pcPic, UInt uiNumSlices );
     200#if M0457_COL_PICTURE_SIGNALING
     201  TComPic* getMotionPredIlp(TComSlice* pcSlice);
    208202#endif
    209203};// END CLASS DEFINITION TEncGOP
Note: See TracChangeset for help on using the changeset viewer.