Changeset 773 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
12 May 2014, 20:24:01 (12 years ago)
Author:
sharp
Message:
  1. Deshpande (Sharp) <sdeshpande@…>

Proposals from JCTVC-Q0101 (On Bitstream Partition Buffer)

Location:
branches/SHM-6-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

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

    r763 r773  
    733733//    m_cprmsPresentFlag = new Bool   [ getNumHrdParameters() ];
    734734  }
     735#endif
     736#if HRD_BPB
     737    Int getBspHrdParamBufferCpbCntMinus1(UInt i, UInt sl)
     738    {
     739        return m_bspHrd->getCpbCntMinus1(sl);
     740    }
    735741#endif
    736742
  • branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h

    r771 r773  
    263263#define BITRATE_PICRATE_SIGNALLING       1      ///< JCTVC-Q0102 Proposal 3 signal bitrate, picrate only up to the maximum temporal sub-layers in the corresponding layer set
    264264#define LAYER_DECPICBUFF_PARAM           1      ///< JCTVC-Q0102 Proposal 2 infer value from layer DPB param
     265#define HRD_BPB                         1      ///< JCTVC-Q0101 Bitstream Partition Buffering Proposals
    265266#if VIEW_ID_RELATED_SIGNALING
    266267/// scalability types
Note: See TracChangeset for help on using the changeset viewer.