Changeset 1188 in SHVCSoftware
- Timestamp:
- 8 Jul 2015, 03:40:48 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1187 r1188 117 117 118 118 #define P0138_USE_ALT_CPB_PARAMS_FLAG 1 ///< JCTVC-P0138: use_alt_cpb_params_flag syntax in buffering period SEI message extension 119 #define P0166_MODIFIED_PPS_EXTENSION 1 ///< JCTVC-P0166: add pps_extension_type_flag120 #define LAYER_DECPICBUFF_PARAM 1 ///< JCTVC-Q0102 Proposal 2 infer value from layer DPB param121 #define DPB_CONSTRAINTS 1 ///< JCTVC-Q0100 RPS DPB constraints122 119 #define DPB_INTERNAL_BL_SIG 1 ///< JCTVC-R0153: external base layer 123 120 #define OLS_IDX_CHK 1 ///< JCTVC-R0155: Proposal 2 valid range for output_layer_set_idx_to_vps[i] -
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1187 r1188 1444 1444 rps->setNumberOfPictures(offset); 1445 1445 } 1446 #if DPB_CONSTRAINTS 1446 1447 #if SVC_EXTENSION 1448 // DPB constraints 1447 1449 if( pcSlice->getVPS()->getVpsExtensionFlag() == 1 ) 1448 1450 { … … 1476 1478 } 1477 1479 #endif 1480 1478 1481 if ( pcSlice->getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_LP 1479 1482 || pcSlice->getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_RADL
Note: See TracChangeset for help on using the changeset viewer.