source: SHVCSoftware/branches/SHM-dev/cfg/misc/layers4.cfg

Last change on this file was 1593, checked in by seregin, 8 years ago

update search range

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