Ignore:
Timestamp:
28 Aug 2014, 01:40:54 (10 years ago)
Author:
seregin
Message:

WPP setting per layer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncLayerCfg.h

    r868 r875  
    8181
    8282  Int       m_maxTidIlRefPicsPlus1;
    83   Int       m_iWaveFrontSubstreams; //< If iWaveFrontSynchro, this is the number of substreams per frame (dependent tiles) or per tile (independent tiles).
     83  Int       m_waveFrontSynchro;                   ///< 0: no WPP. >= 1: WPP is enabled, the "Top right" from which inheritance occurs is this LCU offset in the line above the current.
     84  Int       m_iWaveFrontSubstreams;               ///< If iWaveFrontSynchro, this is the number of substreams per frame (dependent tiles) or per tile (independent tiles).
    8485
    8586  Int       m_iQP;                                            ///< QP value of key-picture (integer)
     
    147148  Int*      m_colourRemapSEIPostLutTargetValue[3];
    148149#endif
     150
    149151public:
    150152  TAppEncLayerCfg();
Note: See TracChangeset for help on using the changeset viewer.