Changeset 1412 in 3DVCSoftware for branches/HTM-16.2-dev/cfg/HM/encoder_intra_main.cfg
- Timestamp:
- 12 Apr 2018, 11:12:21 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.2-dev/cfg/HM/encoder_intra_main.cfg
r1313 r1412 19 19 #======== Coding Structure ============= 20 20 IntraPeriod : 1 # Period of I-Frame ( -1 = only first) 21 DecodingRefreshType : 0# Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI21 DecodingRefreshType : 1 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI 22 22 GOPSize : 1 # GOP Size (number of B slice = GOPSize-1) 23 ReWriteParamSetsFlag : 1 # Write parameter sets with every IRAP 23 24 # Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures 24 25 … … 39 40 40 41 #=========== Deblock Filter ============ 41 42 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) 43 43 LoopFilterDisable : 0 # Disable deblocking filter (0=Filter, 1=No Filter) … … 96 96 97 97 #============ Lossless ================ 98 TransquantBypassEnable Flag: 0 # Value of PPS flag.98 TransquantBypassEnable : 0 # Value of PPS flag. 99 99 CUTransquantBypassFlagForce: 0 # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled 100 100
Note: See TracChangeset for help on using the changeset viewer.