source: SHVCSoftware/branches/SHM-dev/cfg/layers_avcbase.cfg @ 978

Last change on this file since 978 was 950, checked in by qualcomm, 11 years ago

Rename configuration file parameter related to output layers.

Rename encoder configuration file parameter NumLayersInOutputLayerSet to NumOutputLayersInOutputLayerSet, to better convey the intent.

From: Adarsh K. Ramasubramonian <aramasub@…>

File size: 3.8 KB
RevLine 
[309]1NumLayers                     : 2
[874]2NonHEVCBase                   : 1
[442]3ScalabilityMask1              : 0           # Multiview
4ScalabilityMask2              : 1           # Scalable
[309]5AdaptiveResolutionChange      : 0           # Resolution change frame (0: disable)
[540]6CrossLayerPictureTypeAlignFlag: 0           # Picture type alignment across layers
7CrossLayerIrapAlignFlag       : 0           # Align IRAP across layers
[595]8SEIpictureDigest              : 1
9
[309]10#============= LAYER 0 ==================
11QP0                           : 22
12
13#============ Rate Control ==============
14RateControl0                  : 0           # Rate control: enable rate control for layer 0
15TargetBitrate0                : 1000000     # Rate control: target bitrate for layer 0, in bps
16KeepHierarchicalBit0          : 1           # Rate control: keep hierarchical bit allocation for layer 0 in rate control algorithm
17LCULevelRateControl0          : 1           # Rate control: 1: LCU level RC for layer 0; 0: picture level RC for layer 0
18RCLCUSeparateModel0           : 1           # Rate control: use LCU level separate R-lambda model for layer 0
19InitialQP0                    : 0           # Rate control: initial QP for layer 0
20RCForceIntraQP0               : 0           # Rate control: force intra QP to be equal to initial QP for layer 0
21
[876]22#============ WaveFront ================
23WaveFrontSynchro0             : 0           # 0:  No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case).
24                                            # >0: WaveFront synchronises with the LCU above and to the right by this many LCUs.
[309]25
26#============= LAYER 1 ==================
27QP1                           : 20
28NumSamplePredRefLayers1       : 1           # number of sample pred reference layers
29SamplePredRefLayerIds1        : 0           # reference layer id
30NumMotionPredRefLayers1       : 0           # number of motion pred reference layers
31MotionPredRefLayerIds1        : 0           # reference layer id
32NumActiveRefLayers1           : 1           # number of active reference layers
33PredLayerIds1                 : 0           # inter-layer prediction layer index within available reference layers
34
35#============ Rate Control ==============
36RateControl1                  : 0           # Rate control: enable rate control for layer 1
37TargetBitrate1                : 1000000     # Rate control: target bitrate for layer 1, in bps
38KeepHierarchicalBit1          : 1           # Rate control: keep hierarchical bit allocation for layer 1 in rate control algorithm
39LCULevelRateControl1          : 1           # Rate control: 1: LCU level RC for layer 1; 0: picture level RC for layer 1
40RCLCUSeparateModel1           : 1           # Rate control: use LCU level separate R-lambda model for layer 1
41InitialQP1                    : 0           # Rate control: initial QP for layer 1
42RCForceIntraQP1               : 0           # Rate control: force intra QP to be equal to initial QP for layer 1
[874]43
[876]44WaveFrontSynchro1             : 0           # 0:  No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case).
45                                            # >0: WaveFront synchronises with the LCU above and to the right by this many LCUs.
[874]46
[876]47NumLayerSets                  : 2           # Include default layer set, value of 0 not allowed
48NumLayerInIdList1             : 2           # 0-th layer set is default, need not specify LayerSetLayerIdList0 or NumLayerInIdList0
[874]49LayerSetLayerIdList1          : 0 1
50
51NumAddLayerSets               : 0
[876]52NumOutputLayerSets            : 2           # Include defualt OLS, value of 0 not allowed
[874]53DefaultTargetOutputLayerIdc   : 1
[950]54NumOutputLayersInOutputLayerSet     : 1           # The number of layers in the 0-th OLS should not be specified,
[876]55# ListOfOutputLayers0 need not be specified
[941]56ListOfOutputLayers1           : 1
57ListOfProfileTierLevelOls1    : 1 2
58
Note: See TracBrowser for help on using the repository browser.