Changeset 773 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon
- Timestamp:
- 12 May 2014, 20:24:01 (12 years ago)
- Location:
- branches/SHM-6-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
-
TComSlice.h (modified) (1 diff)
-
TypeDef.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.h
r763 r773 733 733 // m_cprmsPresentFlag = new Bool [ getNumHrdParameters() ]; 734 734 } 735 #endif 736 #if HRD_BPB 737 Int getBspHrdParamBufferCpbCntMinus1(UInt i, UInt sl) 738 { 739 return m_bspHrd->getCpbCntMinus1(sl); 740 } 735 741 #endif 736 742 -
branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h
r771 r773 263 263 #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 264 264 #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 265 266 #if VIEW_ID_RELATED_SIGNALING 266 267 /// scalability types
Note: See TracChangeset for help on using the changeset viewer.