Ignore:
Timestamp:
13 Nov 2013, 23:25:47 (11 years ago)
Author:
nokia
Message:

Integration of O0194: Support different bit-depth values for different layers, enable weighted prediction for ILR for color gamut scalability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncTop.h

    r460 r466  
    140140  Int                     m_ilSampleOnlyPred;
    141141#endif
     142#if SCALED_REF_LAYER_OFFSETS
    142143  UInt                    m_numScaledRefLayerOffsets;
    143144  Window                  m_scaledRefLayerWindow[MAX_LAYERS];
     145#endif
    144146#if POC_RESET_FLAG
    145147  Int                     m_pocAdjustmentValue;
    146148#endif
    147 #endif //SVC_EXTENSION
     149#endif
    148150protected:
    149151  Void  xGetNewPicBuffer  ( TComPic*& rpcPic );           ///< get picture buffer which will be processed
     
    207209  Int                     getNumPicRcvd         () { return m_iNumPicRcvd;            }
    208210  Void                    setNumPicRcvd         ( Int num ) { m_iNumPicRcvd = num;      }
     211#if SCALED_REF_LAYER_OFFSETS
    209212  Void                    setNumScaledRefLayerOffsets(Int x) { m_numScaledRefLayerOffsets = x; }
    210213  UInt                    getNumScaledRefLayerOffsets() { return m_numScaledRefLayerOffsets; }
    211214  Window&  getScaledRefLayerWindow(Int x)            { return m_scaledRefLayerWindow[x]; }
    212 #endif //SVC_EXTENSION
     215#endif
     216#endif
    213217
    214218  // -------------------------------------------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.