Changeset 1369 in 3DVCSoftware
- Timestamp:
- 28 Oct 2015, 20:14:15 (9 years ago)
- Location:
- branches/HTM-15.2-dev/cfg/HM
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.2-dev/cfg/HM/encoder_intra_high_throughput_rext.cfg
r1313 r1369 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) -
branches/HTM-15.2-dev/cfg/HM/encoder_intra_main_rext.cfg
r1313 r1369 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) -
branches/HTM-15.2-dev/cfg/HM/encoder_lowdelay_main_rext.cfg
r1313 r1369 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) -
branches/HTM-15.2-dev/cfg/HM/encoder_randomaccess_main_rext.cfg
r1313 r1369 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)
Note: See TracChangeset for help on using the changeset viewer.