- Timestamp:
- 25 Apr 2014, 22:44:21 (11 years ago)
- Location:
- branches/SHM-6-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h
r747 r748 275 275 #define P0166_MODIFIED_PPS_EXTENSION 1 ///< JCTVC-P0166: add pps_extension_type_flag 276 276 #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 277 277 #define LAYER_DECPICBUFF_PARAM 1 ///< JCTVC-Q0102 Proposal 2 infer value from layer DPB param 278 278 #if VIEW_ID_RELATED_SIGNALING 279 279 /// scalability types -
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp
r747 r748 861 861 // to avoid compiler warning "array subscript is above array bounds" 862 862 assert( i < MAX_TLAYER ); 863 863 #if LAYER_DECPICBUFF_PARAM && RESOLUTION_BASED_DPB 864 sps->setMaxDecPicBuffering( activeVPS->getMaxVpsLayerDecPicBuffMinus1( getCommonDecoderParams()->getTargetOutputLayerSetIdx(), sps->getLayerId(), i) + 1, i); 865 #else 864 866 sps->setMaxDecPicBuffering( activeVPS->getMaxVpsDecPicBufferingMinus1( getCommonDecoderParams()->getTargetOutputLayerSetIdx(), sps->getLayerId(), i) + 1, i); 867 #endif 865 868 } 866 869 }
Note: See TracChangeset for help on using the changeset viewer.