Ignore:
Timestamp:
25 Sep 2014, 02:15:29 (10 years ago)
Author:
qualcomm
Message:

Implementation of adoptions in:
G0131, G0031, H0042, I0044, I0045

submitted by Hendry (fhendry@…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.0-dev0/source/Lib/TLibCommon/TComSlice.h

    r1039 r1053  
    996996  Void    setLayerSetIdxForOlsMinus1( Int outLayerSetIdx, Int val )        { m_layerSetIdxForOlsMinus1[ outLayerSetIdx ]  = val; }
    997997  Int     getLayerSetIdxForOlsMinus1( Int outLayerSetIdx )                 { return m_layerSetIdxForOlsMinus1[ outLayerSetIdx ]; }
     998#if VPS_MISC_UPDATES
     999  Int     getLayerSetIdxForOlsMinus1Len( Int outLayerSetIdx )              { return gCeilLog2( m_layerSetIdxForOlsMinus1[ outLayerSetIdx ] + 1 ); }
     1000#endif
    9981001
    9991002  Void    setOutputLayerFlag( Int outLayerSetIdx, Int i, Bool flag )       { m_outputLayerFlag[ outLayerSetIdx ][ i ] = flag; }
     
    21952198
    21962199  Bool       m_enableTMVPFlag;
     2200#if I0044_SLICE_TMVP
     2201  Bool       m_availableForTMVPRefFlag;
     2202#endif
     2203
    21972204#if H_MV
    21982205  std::vector<TComPic*>* m_refPicSetInterLayer0;
     
    25272534  Void      setEnableTMVPFlag     ( Bool   b )    { m_enableTMVPFlag = b; }
    25282535  Bool      getEnableTMVPFlag     ()              { return m_enableTMVPFlag;}
     2536#if I0044_SLICE_TMVP
     2537  Void      setAvailableForTMVPRefFlag     ( Bool   b )    { m_availableForTMVPRefFlag = b; }
     2538  Bool      getAvailableForTMVPRefFlag     ()              { return m_availableForTMVPRefFlag;}
     2539#endif
    25292540
    25302541#if H_MV
Note: See TracChangeset for help on using the changeset viewer.