source: SHVCSoftware/branches/SHM-dev/cfg/layers.cfg @ 1598

Last change on this file since 1598 was 1584, checked in by seregin, 9 years ago

change max tid to 7

File size: 4.9 KB
RevLine 
[284]1NumLayers                     : 2
[874]2NonHEVCBase                   : 0
[442]3ScalabilityMask1              : 0           # Multiview
4ScalabilityMask2              : 1           # Scalable
[494]5ScalabilityMask3              : 0           # Auxiliary pictures
[301]6AdaptiveResolutionChange      : 0           # Resolution change frame (0: disable)
[540]7SkipPictureAtArcSwitch        : 0           # Code higher layer picture as skip at ARC switching (0: disable (default), 1: enable)
[442]8MaxTidRefPresentFlag          : 1           # max_tid_ref_present_flag (0=not present, 1=present(default))
[540]9CrossLayerPictureTypeAlignFlag: 1           # Picture type alignment across layers
10CrossLayerIrapAlignFlag       : 1           # Align IRAP across layers
[1293]11SEIDecodedPictureHash         : 1
[588]12
[284]13#============= LAYER 0 ==================
14QP0                           : 22
[1584]15MaxTidIlRefPicsPlus10         : 7           # max_tid_il_ref_pics_plus1 for layer0
[284]16#============ Rate Control ==============
17RateControl0                  : 0           # Rate control: enable rate control for layer 0
18TargetBitrate0                : 1000000     # Rate control: target bitrate for layer 0, in bps
19KeepHierarchicalBit0          : 1           # Rate control: keep hierarchical bit allocation for layer 0 in rate control algorithm
20LCULevelRateControl0          : 1           # Rate control: 1: LCU level RC for layer 0; 0: picture level RC for layer 0
21RCLCUSeparateModel0           : 1           # Rate control: use LCU level separate R-lambda model for layer 0
22InitialQP0                    : 0           # Rate control: initial QP for layer 0
23RCForceIntraQP0               : 0           # Rate control: force intra QP to be equal to initial QP for layer 0
24
[876]25#============ WaveFront ================
26WaveFrontSynchro0             : 0           # 0:  No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case).
27                                            # >0: WaveFront synchronises with the LCU above and to the right by this many LCUs.
[1381]28#=========== Quantization Matrix =================
29ScalingList0                  : 0                      # ScalingList 0 : off, 1 : default, 2 : file read
30ScalingListFile0              : scaling_list0.txt      # Scaling List file name. If file is not exist, use Default Matrix.
31                                           
[284]32#============= LAYER 1 ==================
33QP1                           : 20
[290]34NumSamplePredRefLayers1       : 1           # number of sample pred reference layers
35SamplePredRefLayerIds1        : 0           # reference layer id
36NumMotionPredRefLayers1       : 1           # number of motion pred reference layers
37MotionPredRefLayerIds1        : 0           # reference layer id
[284]38NumActiveRefLayers1           : 1           # number of active reference layers
[293]39PredLayerIds1                 : 0           # inter-layer prediction layer index within available reference layers
[284]40
41#============ Rate Control ==============
42RateControl1                  : 0           # Rate control: enable rate control for layer 1
43TargetBitrate1                : 1000000     # Rate control: target bitrate for layer 1, in bps
44KeepHierarchicalBit1          : 1           # Rate control: keep hierarchical bit allocation for layer 1 in rate control algorithm
45LCULevelRateControl1          : 1           # Rate control: 1: LCU level RC for layer 1; 0: picture level RC for layer 1
46RCLCUSeparateModel1           : 1           # Rate control: use LCU level separate R-lambda model for layer 1
47InitialQP1                    : 0           # Rate control: initial QP for layer 1
48RCForceIntraQP1               : 0           # Rate control: force intra QP to be equal to initial QP for layer 1
[815]49
[876]50#============ WaveFront ================
51WaveFrontSynchro1             : 0           # 0:  No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case).
52                                            # >0: WaveFront synchronises with the LCU above and to the right by this many LCUs.
[1381]53#=========== Quantization Matrix =================
[1382]54ScalingList1                  : 0                      # ScalingList 0 : off, 1 : default, 2 : file read
[1381]55ScalingListFile1              : scaling_list1.txt      # Scaling List file name. If file is not exist, use Default Matrix.
56                                           
[876]57NumLayerSets                  : 2           # Include default layer set, value of 0 not allowed
58NumLayerInIdList1             : 2           # 0-th layer set is default, need not specify LayerSetLayerIdList0 or NumLayerInIdList0
[861]59LayerSetLayerIdList1          : 0 1
[815]60
[1029]61NumAddLayerSets                      : 0
62NumOutputLayerSets                   : 2           # Include defualt OLS, value of 0 not allowed
63DefaultTargetOutputLayerIdc          : 1
64NumOutputLayersInOutputLayerSet      : 1           # The number of layers in the 0-th OLS should not be specified,
[876]65# ListOfOutputLayers0 need not be specified
[1029]66ListOfOutputLayers1                      : 1
67ListOfProfileTierLevelOls1           : 1 2
Note: See TracBrowser for help on using the repository browser.