- Timestamp:
- 13 Nov 2015, 16:29:39 (9 years ago)
- Location:
- trunk/cfg
- Files:
-
- 2 added
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cfg/3D-HEVC/baseCfg_2view+depth.cfg
r1313 r1386 215 215 IvMvScalingFlag : 1 # Interview motion vector scaling 216 216 Log2SubPbSizeMinus3 : 0 # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3 217 Log2MpiSubPbSizeMinus3 : 3# Log2 of sub-PU size for MPI (3...6)217 Log2MpiSubPbSizeMinus3 : 0 # Log2 of sub-PU size for MPI (3...6) 218 218 DepthBasedBlkPartFlag : 1 # Depth-based Block Partitioning 219 219 -
trunk/cfg/HM/encoder_intra_high_throughput_rext.cfg
r1313 r1386 41 41 42 42 #=========== Deblock Filter ============ 43 44 43 LoopFilterOffsetInPPS : 1 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 (default) =constant params in PPS, param = base_param) 45 44 LoopFilterDisable : 0 # Disable deblocking filter (0=Filter, 1=No Filter) … … 108 107 ResidualRotation : 1 # Enable rotation of transform-skipped and transquant-bypassed TUs through 180 degrees prior to entropy coding (not valid in V1 profiles) 109 108 SingleSignificanceMapContext : 1 # Enable, for transform-skipped and transquant-bypassed TUs, the selection of a single significance map context variable for all coefficients (not valid in V1 profiles) 110 IntraReferenceSmoothing : 1 # 0: Disable use of intra reference smoothing . 1: Enable use of intra reference smoothing (not valid in V1 profiles)109 IntraReferenceSmoothing : 1 # 0: Disable use of intra reference smoothing (not valid in V1 profiles). 1: Enable use of intra reference smoothing (same as V1) 111 110 GolombRiceParameterAdaptation : 1 # Enable the partial retention of the Golomb-Rice parameter value from one coefficient group to the next 112 111 HighPrecisionPredictionWeighting : 1 # Use high precision option for weighted prediction (not valid in V1 profiles) -
trunk/cfg/HM/encoder_intra_main_rext.cfg
r1313 r1386 40 40 41 41 #=========== Deblock Filter ============ 42 43 42 LoopFilterOffsetInPPS : 1 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 (default) =constant params in PPS, param = base_param) 44 43 LoopFilterDisable : 0 # Disable deblocking filter (0=Filter, 1=No Filter) … … 107 106 ResidualRotation : 1 # Enable rotation of transform-skipped and transquant-bypassed TUs through 180 degrees prior to entropy coding (not valid in V1 profiles) 108 107 SingleSignificanceMapContext : 1 # Enable, for transform-skipped and transquant-bypassed TUs, the selection of a single significance map context variable for all coefficients (not valid in V1 profiles) 109 IntraReferenceSmoothing : 1 # 0: Disable use of intra reference smoothing . 1: Enable use of intra reference smoothing (not valid in V1 profiles)108 IntraReferenceSmoothing : 1 # 0: Disable use of intra reference smoothing (not valid in V1 profiles). 1: Enable use of intra reference smoothing (same as V1) 110 109 GolombRiceParameterAdaptation : 1 # Enable the partial retention of the Golomb-Rice parameter value from one coefficient group to the next 111 110 HighPrecisionPredictionWeighting : 1 # Use high precision option for weighted prediction (not valid in V1 profiles) -
trunk/cfg/HM/encoder_lowdelay_main_rext.cfg
r1313 r1386 45 45 46 46 #=========== Deblock Filter ============ 47 48 47 LoopFilterOffsetInPPS : 1 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 (default) =constant params in PPS, param = base_param) 49 48 LoopFilterDisable : 0 # Disable deblocking filter (0=Filter, 1=No Filter) … … 121 120 ResidualRotation : 1 # Enable rotation of transform-skipped and transquant-bypassed TUs through 180 degrees prior to entropy coding (not valid in V1 profiles) 122 121 SingleSignificanceMapContext : 1 # Enable, for transform-skipped and transquant-bypassed TUs, the selection of a single significance map context variable for all coefficients (not valid in V1 profiles) 123 IntraReferenceSmoothing : 1 # 0: Disable use of intra reference smoothing . 1: Enable use of intra reference smoothing (not valid in V1 profiles)122 IntraReferenceSmoothing : 1 # 0: Disable use of intra reference smoothing (not valid in V1 profiles). 1: Enable use of intra reference smoothing (same as V1) 124 123 GolombRiceParameterAdaptation : 1 # Enable the partial retention of the Golomb-Rice parameter value from one coefficient group to the next 125 124 HighPrecisionPredictionWeighting : 1 # Use high precision option for weighted prediction (not valid in V1 profiles) -
trunk/cfg/HM/encoder_randomaccess_main_rext.cfg
r1313 r1386 49 49 50 50 #=========== Deblock Filter ============ 51 52 51 LoopFilterOffsetInPPS : 1 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 (default) =constant params in PPS, param = base_param) 53 52 LoopFilterDisable : 0 # Disable deblocking filter (0=Filter, 1=No Filter) … … 125 124 ResidualRotation : 1 # Enable rotation of transform-skipped and transquant-bypassed TUs through 180 degrees prior to entropy coding (not valid in V1 profiles) 126 125 SingleSignificanceMapContext : 1 # Enable, for transform-skipped and transquant-bypassed TUs, the selection of a single significance map context variable for all coefficients (not valid in V1 profiles) 127 IntraReferenceSmoothing : 1 # 0: Disable use of intra reference smoothing . 1: Enable use of intra reference smoothing (not valid in V1 profiles)126 IntraReferenceSmoothing : 1 # 0: Disable use of intra reference smoothing (not valid in V1 profiles). 1: Enable use of intra reference smoothing (same as V1) 128 127 GolombRiceParameterAdaptation : 1 # Enable the partial retention of the Golomb-Rice parameter value from one coefficient group to the next 129 128 HighPrecisionPredictionWeighting : 1 # Use high precision option for weighted prediction (not valid in V1 profiles) -
trunk/cfg/MV-HEVC/NonCTC/gopCfg_IBP_3view.cfg
r1066 r1386 15 15 #======== VPS / Output layer sets ================ 16 16 DefaultTargetOutputLayerIdc : 0 # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet 17 OutputLayerSetIdx : 12 # Indices of layer sets used to derive additional output layer sets17 OutputLayerSetIdx : 2 2 # Indices of layer sets used to derive additional output layer sets 18 18 LayerIdsInAddOutputLayerSet_0 : 1 # Indices in VPS of output layers in additional output layer set 0 19 19 LayerIdsInAddOutputLayerSet_1 : 2 # Indices in VPS of output layers in additional output layer set 1 … … 29 29 ProfileTierLevelIdx_1 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 1 (m) (should be -1, when layer is not necessary) 30 30 ProfileTierLevelIdx_2 : 1 2 2 # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary) 31 ProfileTierLevelIdx_3 : 1 2 31 ProfileTierLevelIdx_3 : 1 2 -1 # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary) 32 32 ProfileTierLevelIdx_4 : 1 2 2 # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary) 33 33 -
trunk/cfg/MV-HEVC/NonCTC/gopCfg_IPB_on_IRAP_3view.cfg
r1066 r1386 5 5 LayerIdsInSet_0 : 0 # Indices in VPS of layers in layer set 0 6 6 LayerIdsInSet_1 : 0 1 # Indices in VPS of layers in layer set 1 7 LayerIdsInSet_2 : 0 2 # Indices in VPS of layers in layer set 2 8 LayerIdsInSet_3 : 0 1 2 # Indices in VPS of layers in layer set 3 7 LayerIdsInSet_2 : 0 1 2 # Indices in VPS of layers in layer set 2 9 8 10 9 #======== VPS / Output layer sets ================ 11 10 DefaultTargetOutputLayerIdc : 0 # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet 12 OutputLayerSetIdx : 12 # Indices of layer sets used to derive additional output layer sets11 OutputLayerSetIdx : 2 2 # Indices of layer sets used to derive additional output layer sets 13 12 LayerIdsInAddOutputLayerSet_0 : 1 # Indices in VPS of output layers in additional output layer set 0 14 13 LayerIdsInAddOutputLayerSet_1 : 2 # Indices in VPS of output layers in additional output layer set 1 … … 23 22 ProfileTierLevelIdx_0 : 1 # VpsProfileTierLevel indices of layers in output layer set 0 (m) (should be -1, when layer is not necessary) 24 23 ProfileTierLevelIdx_1 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 1 (m) (should be -1, when layer is not necessary) 25 ProfileTierLevelIdx_2 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary) 26 ProfileTierLevelIdx_3 : 1 2 2 # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary) 27 ProfileTierLevelIdx_4 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 4 (m) (should be -1, when layer is not necessary) 28 ProfileTierLevelIdx_5 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 5 (m) (should be -1, when layer is not necessary) 24 ProfileTierLevelIdx_3 : 1 2 2 # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary) 25 ProfileTierLevelIdx_4 : 1 2 -1 # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary) 26 ProfileTierLevelIdx_5 : 1 2 2 # VpsProfileTierLevel indices of layers in output layer set 4 (m) (should be -1, when layer is not necessary) 29 27 30 28 -
trunk/cfg/MV-HEVC/NonCTC/gopCfg_PIP_on_IRAP_3view.cfg
r1066 r1386 10 10 #======== VPS / Output layer sets ================ 11 11 DefaultTargetOutputLayerIdc : 0 # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet 12 OutputLayerSetIdx : 1 2# Indices of layer sets used to derive additional output layer sets12 OutputLayerSetIdx : 3 3 # Indices of layer sets used to derive additional output layer sets 13 13 LayerIdsInAddOutputLayerSet_0 : 1 # Indices in VPS of output layers in additional output layer set 0 14 14 LayerIdsInAddOutputLayerSet_1 : 2 # Indices in VPS of output layers in additional output layer set 1 … … 25 25 ProfileTierLevelIdx_2 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary) 26 26 ProfileTierLevelIdx_3 : 1 2 2 # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary) 27 ProfileTierLevelIdx_4 : 1 2 28 ProfileTierLevelIdx_5 : 1 2# VpsProfileTierLevel indices of layers in output layer set 5 (m) (should be -1, when layer is not necessary)27 ProfileTierLevelIdx_4 : 1 2 -1 # VpsProfileTierLevel indices of layers in output layer set 4 (m) (should be -1, when layer is not necessary) 28 ProfileTierLevelIdx_5 : 1 -1 2 # VpsProfileTierLevel indices of layers in output layer set 5 (m) (should be -1, when layer is not necessary) 29 29 30 30 -
trunk/cfg/MV-HEVC/NonCTC/layerwise_startup_IBP_3view.cfg
r1084 r1386 15 15 #======== VPS / Output layer sets ================ 16 16 DefaultTargetOutputLayerIdc : 0 # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet 17 OutputLayerSetIdx : 12 # Indices of layer sets used to derive additional output layer sets17 OutputLayerSetIdx : 2 2 # Indices of layer sets used to derive additional output layer sets 18 18 LayerIdsInAddOutputLayerSet_0 : 1 # Indices in VPS of output layers in additional output layer set 0 19 19 LayerIdsInAddOutputLayerSet_1 : 2 # Indices in VPS of output layers in additional output layer set 1 … … 35 35 ProfileTierLevelIdx_1 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 1 (m) (should be -1, when layer is not necessary) 36 36 ProfileTierLevelIdx_2 : 1 2 2 # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary) 37 ProfileTierLevelIdx_3 : 1 2 37 ProfileTierLevelIdx_3 : 1 2 -1 # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary) 38 38 ProfileTierLevelIdx_4 : 1 2 2 # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary) 39 39 -
trunk/cfg/MV-HEVC/baseCfg_2view.cfg
r1313 r1386 31 31 DefaultTargetOutputLayerIdc : 0 # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet 32 32 33 OutputLayerSetIdx : 1 # Indices of layer sets used to derive additional output layer sets34 LayerIdsInAddOutputLayerSet_0 : 1 # Indices in VPS of output layers in additional output layer set 035 36 33 #======== VPS / PTLI ================ 37 34 Profile : main main multiview-main # Profile indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure (m) … … 42 39 ProfileTierLevelIdx_0 : 1 # VpsProfileTierLevel indices of layers in output layer set 0 (m) (should be -1, when layer is not necessary) 43 40 ProfileTierLevelIdx_1 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 1 (m) (should be -1, when layer is not necessary) 44 ProfileTierLevelIdx_2 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary)45 41 46 42 #======== VPS / Dependencies ================ -
trunk/cfg/MV-HEVC/baseCfg_3view.cfg
r1313 r1386 35 35 DefaultTargetOutputLayerIdc : 0 # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet 36 36 37 OutputLayerSetIdx : 1 2# Indices of layer sets used to derive additional output layer sets37 OutputLayerSetIdx : 3 3 # Indices of layer sets used to derive additional output layer sets 38 38 LayerIdsInAddOutputLayerSet_0 : 1 # Indices in VPS of output layers in additional output layer set 0 39 39 LayerIdsInAddOutputLayerSet_1 : 2 # Indices in VPS of output layers in additional output layer set 1 … … 49 49 ProfileTierLevelIdx_2 : 1 2 # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary) 50 50 ProfileTierLevelIdx_3 : 1 2 2 # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary) 51 ProfileTierLevelIdx_4 : 1 2 52 ProfileTierLevelIdx_5 : 1 2# VpsProfileTierLevel indices of layers in output layer set 5 (m) (should be -1, when layer is not necessary)51 ProfileTierLevelIdx_4 : 1 2 -1 # VpsProfileTierLevel indices of layers in output layer set 4 (m) (should be -1, when layer is not necessary) 52 ProfileTierLevelIdx_5 : 1 -1 2 # VpsProfileTierLevel indices of layers in output layer set 5 (m) (should be -1, when layer is not necessary) 53 53 54 54 #======== VPS / Dependencies ================ -
trunk/cfg/MV-HEVC/seqCfg_Balloons.cfg
r608 r1386 5 5 FrameRate : 30 # frame rate in frames per second 6 6 FramesToBeEncoded : 300 # number of frames to be coded 7 #BaseViewCameraNumbers : 3 1 5 # camera numbers of coded views (in coding order)7 BaseViewCameraNumbers : 3 1 5 # camera numbers of coded views (in coding order) 8 8 -
trunk/cfg/MV-HEVC/seqCfg_GhostTownFly.cfg
r608 r1386 5 5 FrameRate : 25 # frame rate in frames per second 6 6 FramesToBeEncoded : 250 # number of frames to be coded 7 #BaseViewCameraNumbers : 5 9 1 # camera numbers of coded views (in coding order)7 BaseViewCameraNumbers : 5 9 1 # camera numbers of coded views (in coding order) 8 8 -
trunk/cfg/MV-HEVC/seqCfg_Kendo.cfg
r608 r1386 5 5 FrameRate : 30 # frame rate in frames per second 6 6 FramesToBeEncoded : 300 # number of frames to be coded 7 #BaseViewCameraNumbers : 3 1 5 # camera numbers of coded views (in coding order)7 BaseViewCameraNumbers : 3 1 5 # camera numbers of coded views (in coding order) 8 8 -
trunk/cfg/MV-HEVC/seqCfg_Newspaper.cfg
r608 r1386 5 5 FrameRate : 30 # frame rate in frames per second 6 6 FramesToBeEncoded : 300 # number of frames to be coded 7 #BaseViewCameraNumbers : 4 2 6 # camera numbers of coded views (in coding order)7 BaseViewCameraNumbers : 4 2 6 # camera numbers of coded views (in coding order) 8 8 -
trunk/cfg/MV-HEVC/seqCfg_PoznanHall2.cfg
r608 r1386 5 5 FrameRate : 25 # frame rate in frames per second 6 6 FramesToBeEncoded : 200 # number of frames to be coded 7 #BaseViewCameraNumbers : 6 7 5 # camera numbers of coded views (in coding order)7 BaseViewCameraNumbers : 6 7 5 # camera numbers of coded views (in coding order) 8 8 -
trunk/cfg/MV-HEVC/seqCfg_PoznanStreet.cfg
r608 r1386 5 5 FrameRate : 25 # frame rate in frames per second 6 6 FramesToBeEncoded : 250 # number of frames to be coded 7 #BaseViewCameraNumbers : 4 5 3 # camera numbers of coded views (in coding order)7 BaseViewCameraNumbers : 4 5 3 # camera numbers of coded views (in coding order) 8 8 -
trunk/cfg/MV-HEVC/seqCfg_Shark.cfg
r608 r1386 5 5 FrameRate : 30 # frame rate in frames per second 6 6 FramesToBeEncoded : 300 # number of frames to be coded 7 #BaseViewCameraNumbers : 5 9 1 # camera numbers of coded views (in coding order)7 BaseViewCameraNumbers : 5 9 1 # camera numbers of coded views (in coding order) 8 8 -
trunk/cfg/MV-HEVC/seqCfg_UndoDancer.cfg
r608 r1386 5 5 FrameRate : 25 # frame rate in frames per second 6 6 FramesToBeEncoded : 250 # number of frames to be coded 7 #BaseViewCameraNumbers : 5 1 9 # camera numbers of coded views (in coding order)7 BaseViewCameraNumbers : 5 1 9 # camera numbers of coded views (in coding order) 8 8
Note: See TracChangeset for help on using the changeset viewer.