Changeset 1186 in SHVCSoftware
- Timestamp:
- 8 Jul 2015, 03:36:03 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r1185 r1186 816 816 } 817 817 #endif 818 #if HRD_BPB 819 Int getBspHrdParamBufferCpbCntMinus1(UInt i, UInt sl) 820 { 821 return m_bspHrd[i].getCpbCntMinus1(sl); 822 } 823 #endif 818 819 Int getBspHrdParamBufferCpbCntMinus1(UInt i, UInt sl) { return m_bspHrd[i].getCpbCntMinus1(sl); } 820 824 821 TComPTL* getPTL() { return &m_pcPTLList[0]; } 825 822 TComPTL* getPTL(UInt idx) { return &m_pcPTLList[idx]; } -
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1185 r1186 120 120 #define P0166_MODIFIED_PPS_EXTENSION 1 ///< JCTVC-P0166: add pps_extension_type_flag 121 121 #define LAYER_DECPICBUFF_PARAM 1 ///< JCTVC-Q0102 Proposal 2 infer value from layer DPB param 122 #define HRD_BPB 1 ///< JCTVC-Q0101 Bitstream Partition Buffering Proposals123 122 #define DPB_CONSTRAINTS 1 ///< JCTVC-Q0100 RPS DPB constraints 124 123 #define DPB_INTERNAL_BL_SIG 1 ///< JCTVC-R0153: external base layer 125 124 #define OLS_IDX_CHK 1 ///< JCTVC-R0155: Proposal 2 valid range for output_layer_set_idx_to_vps[i] 126 #define R0340_RESAMPLING_MODIFICATION 1 ///< JCTVC-R0340: set of changes regarding resampling (as listed below)127 125 #define R0157_RESTRICT_PPSID_FOR_CGS_LUT 1 ///< JCTVC-R0157: when pps_pic_parameter_set_id greater than or equal to 8, colour_mapping_enabled_flag shall be equal to 0 128 126
Note: See TracChangeset for help on using the changeset viewer.