Ignore:
Timestamp:
29 Jul 2014, 02:49:46 (10 years ago)
Author:
qualcomm
Message:

Update implementation of rep format for independent non-base layer such that it uses the rep format that is signalled in SPS, instead of in VPS.

Adoption of JCTVC-R0279. (Macro: R0279_REP_FORMAT_INBL)

From: Hendry <fhendry@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h

    r836 r848  
    14561456  UInt        m_uiMaxTLayers;           // maximum number of temporal layers
    14571457
     1458#if R0279_REP_FORMAT_INBL
     1459  Bool        m_bV1CompatibleSPSFlag;
     1460#endif
     1461
    14581462  // Structure
    14591463  UInt        m_picWidthInLumaSamples;
     
    15651569  static Int getWinUnitY (Int chromaFormatIdc) { assert (chromaFormatIdc > 0 && chromaFormatIdc <= MAX_CHROMA_FORMAT_IDC); return m_winUnitY[chromaFormatIdc];      }
    15661570#endif
    1567  
     1571
     1572#if R0279_REP_FORMAT_INBL //These two functions shall be used / called when the syntax element sps_ext_or_max_sub_layers_minus1 and V1CompatibleSPSFlag are implemented
     1573  Bool getV1CompatibleSPSFlag()        {return m_bV1CompatibleSPSFlag;}
     1574  Void setV1CompatibleSPSFlag(Bool x)       { m_bV1CompatibleSPSFlag = x;}
     1575#endif
     1576
    15681577  // structure
    15691578  Void setPicWidthInLumaSamples       ( UInt u ) { m_picWidthInLumaSamples = u;        }
Note: See TracChangeset for help on using the changeset viewer.