[324] | 1 | #======== Legend for comments ===================== |
---|
| 2 | # (m) specification per layer/dimension/layerset possible |
---|
| 3 | # (c) cyclic repetition of values, if not given for all layers/dimensions/layersets. (e.g. 5 layers and 1 2 3 -> 1 2 3 1 2 ) |
---|
| 4 | |
---|
| 5 | #======== File I/O ===================== |
---|
| 6 | |
---|
| 7 | InputFile_0 : newspapercc_4.yuv |
---|
| 8 | InputFile_1 : newspapercc_2.yuv |
---|
| 9 | InputFile_2 : newspapercc_6.yuv |
---|
| 10 | |
---|
| 11 | BitstreamFile : stream.bit |
---|
| 12 | |
---|
| 13 | ReconFile_0 : rec_4.yuv |
---|
| 14 | ReconFile_1 : rec_2.yuv |
---|
| 15 | ReconFile_2 : rec_6.yuv |
---|
| 16 | |
---|
| 17 | NumberOfLayers : 3 # number of layers to be coded |
---|
| 18 | |
---|
| 19 | #======== VPS ============================ |
---|
| 20 | ScalabilityMask : 1 # Scalability Mask ( 1: View Scalability, shall be 1 for MV-HEVC ) |
---|
| 21 | DimensionIdLen : 3 # Number of bits to store Ids, per scalability dimension, (m) |
---|
| 22 | ViewId : 0 1 2 # ViewId (m) |
---|
| 23 | LayerIdInNuh : 0 # Layer Id in NAL unit header, (0: no explicit signalling ) (m) |
---|
| 24 | SplittingFlag : 0 # Splitting Flag |
---|
| 25 | |
---|
[534] | 26 | #======== VPS / Layer sets ================ |
---|
| 27 | VpsNumLayerSets : 4 # Number of layer sets |
---|
| 28 | LayerIdsInSet_0 : 0 # LayerIds in vps of layer set |
---|
| 29 | LayerIdsInSet_1 : 0 1 # LayerIds in vps of layer set |
---|
| 30 | LayerIdsInSet_2 : 0 2 # LayerIds in vps of layer set |
---|
| 31 | LayerIdsInSet_3 : 0 1 2 # LayerIds in vps of layer set |
---|
| 32 | |
---|
| 33 | DefaultOneTargetOutputLayerFlag: 0 # Output highest layer of layer sets by default |
---|
| 34 | OutputLayerSetIdx : 1 2 # Indices of layer sets used as additional output layer sets |
---|
| 35 | LayerIdsInAddOutputLayerSet_0 : 1 # LayerIds in vps of additional output layers |
---|
| 36 | LayerIdsInAddOutputLayerSet_1 : 2 # LayerIds in vps of additional output layers |
---|
| 37 | ProfileLevelTierIdx : 0 0 0 0 0 0 # Indices to profile level tier (TBD) |
---|
| 38 | |
---|
| 39 | #======== VPS / Dependencies ================ |
---|
| 40 | DirectRefLayers_1 : 0 # LayerIds in vps of direct reference layers |
---|
| 41 | DirectRefLayers_2 : 0 # LayerIds in vps of direct reference layers |
---|
| 42 | DependencyTypes_1 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion |
---|
| 43 | DependencyTypes_2 : 2 # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion |
---|
| 44 | |
---|
[324] | 45 | #======== Unit definition ================ |
---|
| 46 | MaxCUWidth : 64 # Maximum coding unit width in pixel |
---|
| 47 | MaxCUHeight : 64 # Maximum coding unit height in pixel |
---|
| 48 | MaxPartitionDepth : 4 # Maximum coding unit depth |
---|
| 49 | QuadtreeTULog2MaxSize : 5 # Log2 of maximum transform size for |
---|
| 50 | # quadtree-based TU coding (2...6) |
---|
| 51 | QuadtreeTULog2MinSize : 2 # Log2 of minimum transform size for |
---|
| 52 | # quadtree-based TU coding (2...6) |
---|
| 53 | QuadtreeTUMaxDepthInter : 3 |
---|
| 54 | QuadtreeTUMaxDepthIntra : 3 |
---|
| 55 | |
---|
| 56 | #======== Coding Structure ============= |
---|
| 57 | IntraPeriod : 24 # Period of I-Frame ( -1 = only first) |
---|
| 58 | DecodingRefreshType : 1 # Random Accesss 0:none, 1:CDR, 2:IDR |
---|
| 59 | GOPSize : 8 # GOP Size (number of B slice = GOPSize-1) |
---|
[534] | 60 | |
---|
| 61 | # QPfactor betaOffsetDiv2 #ref_pics_active reference pictures deltaRPS reference idcs ilPredLayerIdc refLayerPicPosIl_L1 |
---|
| 62 | # Type POC QPoffset tcOffsetDiv2 temporal_id #ref_pics predict #ref_idcs #ActiveRefLayerPics refLayerPicPosIl_L0 collocatedRefLayerIdx |
---|
| 63 | |
---|
[324] | 64 | Frame1: B 8 1 0.442 0 0 0 4 4 -8 -10 -12 -16 0 0 |
---|
| 65 | Frame2: B 4 2 0.3536 0 0 0 2 3 -4 -6 4 1 4 5 1 1 0 0 1 0 |
---|
| 66 | Frame3: B 2 3 0.3536 0 0 0 2 4 -2 -4 2 6 1 2 4 1 1 1 1 0 |
---|
| 67 | Frame4: B 1 4 0.68 0 0 0 2 4 -1 1 3 7 1 1 5 1 0 1 1 1 0 |
---|
| 68 | Frame5: B 3 4 0.68 0 0 0 2 4 -1 -3 1 5 1 -2 5 1 1 1 1 0 0 |
---|
| 69 | Frame6: B 6 3 0.3536 0 0 0 2 4 -2 -4 -6 2 1 -3 5 1 1 1 1 0 0 |
---|
| 70 | Frame7: B 5 4 0.68 0 0 0 2 4 -1 -5 1 3 1 1 5 1 0 1 1 1 0 |
---|
| 71 | Frame8: B 7 4 0.68 0 0 0 2 4 -1 -3 -7 1 1 -2 5 1 1 1 1 0 0 |
---|
| 72 | |
---|
[534] | 73 | FrameI_l1: P 0 3 0.442 0 0 0 1 0 0 1 0 0 -1 -1 |
---|
| 74 | Frame1_l1: B 8 4 0.442 0 0 0 4 4 -8 -10 -12 -16 0 1 0 1 -1 -1 |
---|
| 75 | Frame2_l1: B 4 5 0.3536 0 0 0 3 3 -4 -6 4 1 4 5 1 1 0 0 1 1 0 1 -1 -1 |
---|
| 76 | Frame3_l1: B 2 6 0.3536 0 0 0 3 4 -2 -4 2 6 1 2 4 1 1 1 1 1 0 1 -1 -1 |
---|
| 77 | Frame4_l1: B 1 7 0.68 0 0 0 3 4 -1 1 3 7 1 1 5 1 0 1 1 1 1 0 1 -1 -1 |
---|
| 78 | Frame5_l1: B 3 7 0.68 0 0 0 3 4 -1 -3 1 5 1 -2 5 1 1 1 1 0 1 0 2 -1 -1 |
---|
| 79 | Frame6_l1: B 6 6 0.3536 0 0 0 3 4 -2 -4 -6 2 1 -3 5 1 1 1 1 0 1 0 2 -1 -1 |
---|
| 80 | Frame7_l1: B 5 7 0.68 0 0 0 3 4 -1 -5 1 3 1 1 5 1 0 1 1 1 1 0 2 -1 -1 |
---|
| 81 | Frame8_l1: B 7 7 0.68 0 0 0 3 4 -1 -3 -7 1 1 -2 5 1 1 1 1 0 1 0 2 -1 -1 |
---|
[324] | 82 | |
---|
[534] | 83 | FrameI_l2: P 0 3 0.442 0 0 0 1 0 0 1 0 0 -1 -1 |
---|
| 84 | Frame1_l2: B 8 4 0.442 0 0 0 4 4 -8 -10 -12 -16 0 1 0 1 -1 -1 |
---|
| 85 | Frame2_l2: B 4 5 0.3536 0 0 0 3 3 -4 -6 4 1 4 5 1 1 0 0 1 1 0 1 -1 -1 |
---|
| 86 | Frame3_l2: B 2 6 0.3536 0 0 0 3 4 -2 -4 2 6 1 2 4 1 1 1 1 1 0 1 -1 -1 |
---|
| 87 | Frame4_l2: B 1 7 0.68 0 0 0 3 4 -1 1 3 7 1 1 5 1 0 1 1 1 1 0 1 -1 -1 |
---|
| 88 | Frame5_l2: B 3 7 0.68 0 0 0 3 4 -1 -3 1 5 1 -2 5 1 1 1 1 0 1 0 2 -1 -1 |
---|
| 89 | Frame6_l2: B 6 6 0.3536 0 0 0 3 4 -2 -4 -6 2 1 -3 5 1 1 1 1 0 1 0 2 -1 -1 |
---|
| 90 | Frame7_l2: B 5 7 0.68 0 0 0 3 4 -1 -5 1 3 1 1 5 1 0 1 1 1 1 0 2 -1 -1 |
---|
| 91 | Frame8_l2: B 7 7 0.68 0 0 0 3 4 -1 -3 -7 1 1 -2 5 1 1 1 1 0 1 0 2 -1 -1 |
---|
[324] | 92 | |
---|
| 93 | #=========== Motion Search ============= |
---|
| 94 | FastSearch : 1 # 0:Full search 1:TZ search |
---|
| 95 | SearchRange : 64 # (0: Search range is a Full frame) |
---|
| 96 | BipredSearchRange : 4 # Search range for bi-prediction refinement |
---|
| 97 | HadamardME : 1 # Use of hadamard measure for fractional ME |
---|
| 98 | FEN : 1 # Fast encoder decision |
---|
| 99 | FDM : 1 # Fast Decision for Merge RD cost |
---|
| 100 | |
---|
| 101 | #======== Quantization ============= |
---|
| 102 | |
---|
| 103 | MaxDeltaQP : 0 # CU-based multi-QP optimization |
---|
| 104 | MaxCuDQPDepth : 0 # Max depth of a minimum CuDQP for sub-LCU-level delta QP |
---|
| 105 | DeltaQpRD : 0 # Slice-based multi-QP optimization |
---|
| 106 | RDOQ : 1 # RDOQ |
---|
| 107 | RDOQTS : 1 # RDOQ for transform skip |
---|
| 108 | |
---|
| 109 | #=========== Deblock Filter ============ |
---|
| 110 | DeblockingFilterControlPresent: 1 # Dbl control params present (0=not present, 1=present) (mc) |
---|
| 111 | LoopFilterOffsetInPPS : 0 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param) |
---|
| 112 | LoopFilterDisable : 0 # Disable deblocking filter (0=Filter, 1=No Filter) (mc) |
---|
[446] | 113 | LoopFilterBetaOffset_div2 : 0 # base_param: -6 ~ 6 |
---|
| 114 | LoopFilterTcOffset_div2 : 0 # base_param: -6 ~ 6 |
---|
| 115 | DeblockingFilterMetric : 0 # blockiness metric (automatically configures deblocking parameters in bitstream) |
---|
[324] | 116 | |
---|
| 117 | #=========== Misc. ============ |
---|
| 118 | InternalBitDepth : 8 # codec operating bit-depth |
---|
| 119 | |
---|
| 120 | #=========== Coding Tools ================= |
---|
| 121 | SAO : 1 # Sample adaptive offset (0: OFF, 1: ON) (mc) |
---|
| 122 | AMP : 1 # Asymmetric motion partitions (0: OFF, 1: ON) |
---|
| 123 | TransformSkip : 1 # Transform skipping (0: OFF, 1: ON) |
---|
| 124 | TransformSkipFast : 1 # Fast Transform skipping (0: OFF, 1: ON) |
---|
| 125 | SAOLcuBoundary : 0 # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON) |
---|
| 126 | |
---|
| 127 | #============ Slices ================ |
---|
| 128 | SliceMode : 0 # 0: Disable all slice options. |
---|
| 129 | # 1: Enforce maximum number of LCU in an slice, |
---|
| 130 | # 2: Enforce maximum number of bytes in an 'slice' |
---|
| 131 | # 3: Enforce maximum number of tiles in a slice |
---|
| 132 | SliceArgument : 1500 # Argument for 'SliceMode'. |
---|
| 133 | # If SliceMode==1 it represents max. SliceGranularity-sized blocks per slice. |
---|
| 134 | # If SliceMode==2 it represents max. bytes per slice. |
---|
| 135 | # If SliceMode==3 it represents max. tiles per slice. |
---|
| 136 | |
---|
| 137 | LFCrossSliceBoundaryFlag : 1 # In-loop filtering, including ALF and DB, is across or not across slice boundary. |
---|
| 138 | # 0:not across, 1: across |
---|
| 139 | |
---|
| 140 | #============ PCM ================ |
---|
| 141 | PCMEnabledFlag : 0 # 0: No PCM mode |
---|
| 142 | PCMLog2MaxSize : 5 # Log2 of maximum PCM block size. |
---|
| 143 | PCMLog2MinSize : 3 # Log2 of minimum PCM block size. |
---|
| 144 | PCMInputBitDepthFlag : 1 # 0: PCM bit-depth is internal bit-depth. 1: PCM bit-depth is input bit-depth. |
---|
| 145 | PCMFilterDisableFlag : 0 # 0: Enable loop filtering on I_PCM samples. 1: Disable loop filtering on I_PCM samples. |
---|
| 146 | |
---|
| 147 | #============ Tiles ================ |
---|
| 148 | UniformSpacingIdc : 0 # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated by RowHeight array |
---|
| 149 | # 1: the column and row boundaries are distributed uniformly |
---|
| 150 | NumTileColumnsMinus1 : 0 # Number of columns in a picture minus 1 |
---|
| 151 | ColumnWidthArray : 2 3 # Array containing ColumnWidth values in units of LCU (from left to right in picture) |
---|
| 152 | NumTileRowsMinus1 : 0 # Number of rows in a picture minus 1 |
---|
| 153 | RowHeightArray : 2 # Array containing RowHeight values in units of LCU (from top to bottom in picture) |
---|
| 154 | |
---|
| 155 | LFCrossTileBoundaryFlag : 1 # In-loop filtering is across or not across tile boundary. |
---|
| 156 | # 0:not across, 1: across |
---|
| 157 | |
---|
| 158 | #============ WaveFront ================ |
---|
| 159 | WaveFrontSynchro : 0 # 0: No WaveFront synchronisation (WaveFrontSubstreams must be 1 in this case). |
---|
| 160 | # >0: WaveFront synchronises with the LCU above and to the right by this many LCUs. |
---|
| 161 | |
---|
| 162 | #=========== Quantization Matrix ================= |
---|
| 163 | ScalingList : 0 # ScalingList 0 : off, 1 : default, 2 : file read |
---|
| 164 | ScalingListFile : scaling_list.txt # Scaling List file name. If file is not exist, use Default Matrix. |
---|
| 165 | |
---|
| 166 | #============ Lossless ================ |
---|
| 167 | TransquantBypassEnableFlag: 0 # Value of PPS flag. |
---|
| 168 | CUTransquantBypassFlagValue: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1. |
---|
| 169 | |
---|
| 170 | #============ Rate Control ====================== |
---|
| 171 | RateControl : 0 # Rate control: enable rate control |
---|
| 172 | TargetBitrate : 1000000 # Rate control: target bitrate, in bps |
---|
| 173 | KeepHierarchicalBit : 1 # Rate control: keep hierarchical bit allocation in rate control algorithm |
---|
| 174 | LCULevelRateControl : 1 # Rate control: 1: LCU level RC; 0: picture level RC |
---|
| 175 | RCLCUSeparateModel : 1 # Rate control: use LCU level separate R-lambda model |
---|
| 176 | InitialQP : 0 # Rate control: initial QP |
---|
| 177 | RCForceIntraQP : 0 # Rate control: force intra QP to be equal to initial QP |
---|
| 178 | |
---|
| 179 | ### DO NOT ADD ANYTHING BELOW THIS LINE ### |
---|
| 180 | ### DO NOT DELETE THE EMPTY LINE BELOW ### |
---|