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

Last change on this file since 1419 was 1381, checked in by seregin, 9 years ago

make scaling list layer-specific

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