- Timestamp:
- 11 Jul 2018, 15:19:49 (7 years ago)
- Location:
- trunk/cfg
- Files:
-
- 24 added
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cfg/HM/encoder_intra_high_throughput_rext.cfg
r1386 r1413 21 21 #======== Coding Structure ============= 22 22 IntraPeriod : 1 # Period of I-Frame ( -1 = only first) 23 DecodingRefreshType : 0 # Random Accesss 0:none, 1:CDR, 2:IDR23 DecodingRefreshType : 1 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI 24 24 GOPSize : 1 # GOP Size (number of B slice = GOPSize-1) 25 ReWriteParamSetsFlag : 1 # Write parameter sets with every IRAP 25 26 # Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures 26 27 … … 78 79 79 80 #============ Tiles ================ 80 UniformSpacingIdc : 0 # 0: the column boundaries are indicated by ColumnWidth array, the row boundaries are indicated byRowHeight array81 TileUniformSpacing : 0 # 0: the column boundaries are indicated by TileColumnWidth array, the row boundaries are indicated by TileRowHeight array 81 82 # 1: the column and row boundaries are distributed uniformly 82 NumTileColumnsMinus1 : 0 # Number of columns in a picture minus 183 ColumnWidthArray : 2 3 # Array containing ColumnWidth values in units of LCU (from left to right in picture)84 NumTileRowsMinus1 : 0 # Number of rows in a picture minus 185 RowHeightArray : 2 # Array containing RowHeight values in units of LCU (from top to bottom in picture)83 NumTileColumnsMinus1 : 0 # Number of tile columns in a picture minus 1 84 TileColumnWidthArray : 2 3 # Array containing tile column width values in units of CTU (from left to right in picture) 85 NumTileRowsMinus1 : 0 # Number of tile rows in a picture minus 1 86 TileRowHeightArray : 2 # Array containing tile row height values in units of CTU (from top to bottom in picture) 86 87 87 88 LFCrossTileBoundaryFlag : 1 # In-loop filtering is across or not across tile boundary. … … 97 98 98 99 #============ Lossless ================ 99 TransquantBypassEnable Flag: 0 # Value of PPS flag.100 TransquantBypassEnable : 0 # Value of PPS flag. 100 101 CUTransquantBypassFlagForce: 0 # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled 101 102 -
trunk/cfg/HM/encoder_intra_main.cfg
r1313 r1413 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 -
trunk/cfg/HM/encoder_intra_main10.cfg
r1313 r1413 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 -
trunk/cfg/HM/encoder_intra_main_rext.cfg
r1386 r1413 20 20 #======== Coding Structure ============= 21 21 IntraPeriod : 1 # Period of I-Frame ( -1 = only first) 22 DecodingRefreshType : 0# Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI22 DecodingRefreshType : 1 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI 23 23 GOPSize : 1 # GOP Size (number of B slice = GOPSize-1) 24 ReWriteParamSetsFlag : 1 # Write parameter sets with every IRAP 24 25 # Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures 25 26 … … 96 97 97 98 #============ Lossless ================ 98 TransquantBypassEnable Flag: 0 # Value of PPS flag.99 TransquantBypassEnable : 0 # Value of PPS flag. 99 100 CUTransquantBypassFlagForce: 0 # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled 100 101 -
trunk/cfg/HM/encoder_lowdelay_P_main.cfg
r1405 r1413 21 21 DecodingRefreshType : 0 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI 22 22 GOPSize : 4 # GOP Size (number of B slice = GOPSize-1) 23 # Type POC QPoffset CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 24 Frame1: P 1 3 0 0 0.4624 0 0 0 4 4 -1 -5 -9 -13 0 25 Frame2: P 2 2 0 0 0.4624 0 0 0 4 4 -1 -2 -6 -10 1 -1 5 1 1 1 0 1 26 Frame3: P 3 3 0 0 0.4624 0 0 0 4 4 -1 -3 -7 -11 1 -1 5 0 1 1 1 1 27 Frame4: P 4 1 0 0 0.578 0 0 0 4 4 -1 -4 -8 -12 1 -1 5 0 1 1 1 1 23 ReWriteParamSetsFlag : 1 # Write parameter sets with every IRAP 24 25 IntraQPOffset : -1 26 LambdaFromQpEnable : 1 # see JCTVC-X0038 for suitable parameters for IntraQPOffset, QPoffset, QPOffsetModelOff, QPOffsetModelScale when enabled 27 # Type POC QPoffset QPOffsetModelOff QPOffsetModelScale CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 28 Frame1: P 1 5 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -5 -9 -13 0 29 Frame2: P 2 4 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -2 -6 -10 1 -1 5 1 1 1 0 1 30 Frame3: P 3 5 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -3 -7 -11 1 -1 5 0 1 1 1 1 31 Frame4: P 4 1 0.0 0.0 0 0 1.0 0 0 0 4 4 -1 -4 -8 -12 1 -1 5 0 1 1 1 1 28 32 29 33 #=========== Motion Search ============= … … 103 107 104 108 #============ Lossless ================ 105 TransquantBypassEnable Flag: 0 # Value of PPS flag.109 TransquantBypassEnable : 0 # Value of PPS flag. 106 110 CUTransquantBypassFlagForce: 0 # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled 107 111 -
trunk/cfg/HM/encoder_lowdelay_P_main10.cfg
r1405 r1413 21 21 DecodingRefreshType : 0 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI 22 22 GOPSize : 4 # GOP Size (number of B slice = GOPSize-1) 23 # Type POC QPoffset CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 24 Frame1: P 1 3 0 0 0.4624 0 0 0 4 4 -1 -5 -9 -13 0 25 Frame2: P 2 2 0 0 0.4624 0 0 0 4 4 -1 -2 -6 -10 1 -1 5 1 1 1 0 1 26 Frame3: P 3 3 0 0 0.4624 0 0 0 4 4 -1 -3 -7 -11 1 -1 5 0 1 1 1 1 27 Frame4: P 4 1 0 0 0.578 0 0 0 4 4 -1 -4 -8 -12 1 -1 5 0 1 1 1 1 23 ReWriteParamSetsFlag : 1 # Write parameter sets with every IRAP 24 25 IntraQPOffset : -1 26 LambdaFromQpEnable : 1 # see JCTVC-X0038 for suitable parameters for IntraQPOffset, QPoffset, QPOffsetModelOff, QPOffsetModelScale when enabled 27 # Type POC QPoffset QPOffsetModelOff QPOffsetModelScale CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 28 Frame1: P 1 5 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -5 -9 -13 0 29 Frame2: P 2 4 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -2 -6 -10 1 -1 5 1 1 1 0 1 30 Frame3: P 3 5 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -3 -7 -11 1 -1 5 0 1 1 1 1 31 Frame4: P 4 1 0.0 0.0 0 0 1.0 0 0 0 4 4 -1 -4 -8 -12 1 -1 5 0 1 1 1 1 28 32 29 33 #=========== Motion Search ============= … … 103 107 104 108 #============ Lossless ================ 105 TransquantBypassEnable Flag: 0 # Value of PPS flag.109 TransquantBypassEnable : 0 # Value of PPS flag. 106 110 CUTransquantBypassFlagForce: 0 # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled 107 111 -
trunk/cfg/HM/encoder_lowdelay_main.cfg
r1405 r1413 21 21 DecodingRefreshType : 0 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI 22 22 GOPSize : 4 # GOP Size (number of B slice = GOPSize-1) 23 # Type POC QPoffset CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 24 Frame1: B 1 3 0 0 0.4624 0 0 0 4 4 -1 -5 -9 -13 0 25 Frame2: B 2 2 0 0 0.4624 0 0 0 4 4 -1 -2 -6 -10 1 -1 5 1 1 1 0 1 26 Frame3: B 3 3 0 0 0.4624 0 0 0 4 4 -1 -3 -7 -11 1 -1 5 0 1 1 1 1 27 Frame4: B 4 1 0 0 0.578 0 0 0 4 4 -1 -4 -8 -12 1 -1 5 0 1 1 1 1 23 ReWriteParamSetsFlag : 1 # Write parameter sets with every IRAP 24 25 IntraQPOffset : -1 26 LambdaFromQpEnable : 1 # see JCTVC-X0038 for suitable parameters for IntraQPOffset, QPoffset, QPOffsetModelOff, QPOffsetModelScale when enabled 27 # Type POC QPoffset QPOffsetModelOff QPOffsetModelScale CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 28 Frame1: B 1 5 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -5 -9 -13 0 29 Frame2: B 2 4 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -2 -6 -10 1 -1 5 1 1 1 0 1 30 Frame3: B 3 5 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -3 -7 -11 1 -1 5 0 1 1 1 1 31 Frame4: B 4 1 0.0 0.0 0 0 1.0 0 0 0 4 4 -1 -4 -8 -12 1 -1 5 0 1 1 1 1 28 32 29 33 #=========== Motion Search ============= … … 103 107 104 108 #============ Lossless ================ 105 TransquantBypassEnable Flag: 0 # Value of PPS flag.109 TransquantBypassEnable : 0 # Value of PPS flag. 106 110 CUTransquantBypassFlagForce: 0 # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled 107 111 -
trunk/cfg/HM/encoder_lowdelay_main10.cfg
r1405 r1413 21 21 DecodingRefreshType : 0 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI 22 22 GOPSize : 4 # GOP Size (number of B slice = GOPSize-1) 23 # Type POC QPoffset CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 24 Frame1: B 1 3 0 0 0.4624 0 0 0 4 4 -1 -5 -9 -13 0 25 Frame2: B 2 2 0 0 0.4624 0 0 0 4 4 -1 -2 -6 -10 1 -1 5 1 1 1 0 1 26 Frame3: B 3 3 0 0 0.4624 0 0 0 4 4 -1 -3 -7 -11 1 -1 5 0 1 1 1 1 27 Frame4: B 4 1 0 0 0.578 0 0 0 4 4 -1 -4 -8 -12 1 -1 5 0 1 1 1 1 23 ReWriteParamSetsFlag : 1 # Write parameter sets with every IRAP 24 25 IntraQPOffset : -1 26 LambdaFromQpEnable : 1 # see JCTVC-X0038 for suitable parameters for IntraQPOffset, QPoffset, QPOffsetModelOff, QPOffsetModelScale when enabled 27 # Type POC QPoffset QPOffsetModelOff QPOffsetModelScale CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 28 Frame1: B 1 5 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -5 -9 -13 0 29 Frame2: B 2 4 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -2 -6 -10 1 -1 5 1 1 1 0 1 30 Frame3: B 3 5 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -3 -7 -11 1 -1 5 0 1 1 1 1 31 Frame4: B 4 1 0.0 0.0 0 0 1.0 0 0 0 4 4 -1 -4 -8 -12 1 -1 5 0 1 1 1 1 28 32 29 33 #=========== Motion Search ============= … … 103 107 104 108 #============ Lossless ================ 105 TransquantBypassEnable Flag: 0 # Value of PPS flag.109 TransquantBypassEnable : 0 # Value of PPS flag. 106 110 CUTransquantBypassFlagForce: 0 # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled 107 111 -
trunk/cfg/HM/encoder_lowdelay_main_rext.cfg
r1405 r1413 22 22 DecodingRefreshType : 0 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI 23 23 GOPSize : 4 # GOP Size (number of B slice = GOPSize-1) 24 # Type POC QPoffset CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 25 Frame1: B 1 3 0 0 0.4624 0 0 0 4 4 -1 -5 -9 -13 0 26 Frame2: B 2 2 0 0 0.4624 0 0 0 4 4 -1 -2 -6 -10 1 -1 5 1 1 1 0 1 27 Frame3: B 3 3 0 0 0.4624 0 0 0 4 4 -1 -3 -7 -11 1 -1 5 0 1 1 1 1 28 Frame4: B 4 1 0 0 0.578 0 0 0 4 4 -1 -4 -8 -12 1 -1 5 0 1 1 1 1 24 ReWriteParamSetsFlag : 1 # Write parameter sets with every IRAP 25 26 IntraQPOffset : -1 27 LambdaFromQpEnable : 1 # see JCTVC-X0038 for suitable parameters for IntraQPOffset, QPoffset, QPOffsetModelOff, QPOffsetModelScale when enabled 28 # Type POC QPoffset QPOffsetModelOff QPOffsetModelScale CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 29 Frame1: B 1 5 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -5 -9 -13 0 30 Frame2: B 2 4 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -2 -6 -10 1 -1 5 1 1 1 0 1 31 Frame3: B 3 5 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -3 -7 -11 1 -1 5 0 1 1 1 1 32 Frame4: B 4 1 0.0 0.0 0 0 1.0 0 0 0 4 4 -1 -4 -8 -12 1 -1 5 0 1 1 1 1 29 33 30 34 #=========== Motion Search ============= … … 104 108 105 109 #============ Lossless ================ 106 TransquantBypassEnable Flag: 0 # Value of PPS flag.110 TransquantBypassEnable : 0 # Value of PPS flag. 107 111 CUTransquantBypassFlagForce: 0 # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled 108 112 -
trunk/cfg/HM/encoder_randomaccess_main.cfg
r1405 r1413 20 20 IntraPeriod : 32 # Period of I-Frame ( -1 = only first) 21 21 DecodingRefreshType : 1 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI 22 GOPSize : 8 # GOP Size (number of B slice = GOPSize-1) 23 # Type POC QPoffset CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 24 Frame1: B 8 1 0 0 0.442 0 0 0 2 3 -8 -12 -16 0 25 Frame2: B 4 2 0 0 0.3536 0 0 1 2 3 -4 -8 4 1 4 4 1 1 0 1 26 Frame3: B 2 3 0 0 0.3536 0 0 2 2 4 -2 -6 2 6 1 2 4 1 1 1 1 27 Frame4: B 1 4 0 0 0.68 0 0 3 2 4 -1 1 3 7 1 1 5 1 0 1 1 1 28 Frame5: B 3 4 0 0 0.68 0 0 3 2 4 -1 -3 1 5 1 -2 5 1 1 1 1 0 29 Frame6: B 6 3 0 0 0.3536 0 0 2 2 3 -2 -6 2 1 -3 5 0 1 1 1 0 30 Frame7: B 5 4 0 0 0.68 0 0 3 2 4 -1 -5 1 3 1 1 4 1 1 1 1 31 Frame8: B 7 4 0 0 0.68 0 0 3 2 4 -1 -3 -7 1 1 -2 5 1 1 1 1 0 22 GOPSize : 16 # GOP Size (number of B slice = GOPSize-1) 23 ReWriteParamSetsFlag : 1 # Write parameter sets with every IRAP 24 25 IntraQPOffset : -3 26 LambdaFromQpEnable : 1 # see JCTVC-X0038 for suitable parameters for IntraQPOffset, QPoffset, QPOffsetModelOff, QPOffsetModelScale when enabled 27 # Type POC QPoffset QPOffsetModelOff QPOffsetModelScale CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 28 Frame1: B 16 1 0.0 0.0 0 0 1.0 0 0 0 2 3 -16 -24 -32 0 29 Frame2: B 8 1 -4.8848 0.2061 0 0 1.0 0 0 1 2 3 -8 -16 8 1 8 4 1 1 0 1 30 Frame3: B 4 4 -5.7476 0.2286 0 0 1.0 0 0 2 2 4 -4 -12 4 12 1 4 4 1 1 1 1 31 Frame4: B 2 5 -5.90 0.2333 0 0 1.0 0 0 3 2 5 -2 -10 2 6 14 1 2 5 1 1 1 1 1 32 Frame5: B 1 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 1 3 7 15 1 1 6 1 0 1 1 1 1 33 Frame6: B 3 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -3 1 5 13 1 -2 6 1 1 1 1 1 0 34 Frame7: B 6 5 -5.90 0.2333 0 0 1.0 0 0 3 2 4 -2 -6 2 10 1 -3 6 0 1 1 1 1 0 35 Frame8: B 5 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -5 1 3 11 1 1 5 1 1 1 1 1 36 Frame9: B 7 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -3 -7 1 9 1 -2 6 1 1 1 1 1 0 37 Frame10: B 12 4 -5.7476 0.2286 0 0 1.0 0 0 2 2 3 -4 -12 4 1 -5 6 0 0 1 1 1 0 38 Frame11: B 10 5 -5.90 0.2333 0 0 1.0 0 0 3 2 4 -2 -10 2 6 1 2 4 1 1 1 1 39 Frame12: B 9 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -9 1 3 7 1 1 5 1 1 1 1 1 40 Frame13: B 11 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -3 -11 1 5 1 -2 6 1 1 1 1 1 0 41 Frame14: B 14 5 -5.90 0.2333 0 0 1.0 0 0 3 2 4 -2 -6 -14 2 1 -3 6 0 1 1 1 1 0 42 Frame15: B 13 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -5 -13 1 3 1 1 5 1 1 1 1 1 43 Frame16: B 15 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -3 -7 -15 1 1 -2 6 1 1 1 1 1 0 32 44 33 45 #=========== Motion Search ============= 34 46 FastSearch : 1 # 0:Full search 1:TZ search 35 SearchRange : 64 # (0: Search range is a Full frame) 47 SearchRange : 384 # (0: Search range is a Full frame) 48 ASR : 1 # Adaptive motion search range 49 MinSearchWindow : 96 # Minimum motion search window size for the adaptive window ME 36 50 BipredSearchRange : 4 # Search range for bi-prediction refinement 37 51 HadamardME : 1 # Use of hadamard measure for fractional ME … … 121 135 ### DO NOT ADD ANYTHING BELOW THIS LINE ### 122 136 ### DO NOT DELETE THE EMPTY LINE BELOW ### 123 -
trunk/cfg/HM/encoder_randomaccess_main10.cfg
r1405 r1413 20 20 IntraPeriod : 32 # Period of I-Frame ( -1 = only first) 21 21 DecodingRefreshType : 1 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI 22 GOPSize : 8 # GOP Size (number of B slice = GOPSize-1) 23 # Type POC QPoffset CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 24 Frame1: B 8 1 0 0 0.442 0 0 0 2 3 -8 -12 -16 0 25 Frame2: B 4 2 0 0 0.3536 0 0 1 2 3 -4 -8 4 1 4 4 1 1 0 1 26 Frame3: B 2 3 0 0 0.3536 0 0 2 2 4 -2 -6 2 6 1 2 4 1 1 1 1 27 Frame4: B 1 4 0 0 0.68 0 0 3 2 4 -1 1 3 7 1 1 5 1 0 1 1 1 28 Frame5: B 3 4 0 0 0.68 0 0 3 2 4 -1 -3 1 5 1 -2 5 1 1 1 1 0 29 Frame6: B 6 3 0 0 0.3536 0 0 2 2 3 -2 -6 2 1 -3 5 0 1 1 1 0 30 Frame7: B 5 4 0 0 0.68 0 0 3 2 4 -1 -5 1 3 1 1 4 1 1 1 1 31 Frame8: B 7 4 0 0 0.68 0 0 3 2 4 -1 -3 -7 1 1 -2 5 1 1 1 1 0 22 GOPSize : 16 # GOP Size (number of B slice = GOPSize-1) 23 ReWriteParamSetsFlag : 1 # Write parameter sets with every IRAP 24 25 IntraQPOffset : -3 26 LambdaFromQpEnable : 1 # see JCTVC-X0038 for suitable parameters for IntraQPOffset, QPoffset, QPOffsetModelOff, QPOffsetModelScale when enabled 27 # Type POC QPoffset QPOffsetModelOff QPOffsetModelScale CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 28 Frame1: B 16 1 0.0 0.0 0 0 1.0 0 0 0 2 3 -16 -24 -32 0 29 Frame2: B 8 1 -4.8848 0.2061 0 0 1.0 0 0 1 2 3 -8 -16 8 1 8 4 1 1 0 1 30 Frame3: B 4 4 -5.7476 0.2286 0 0 1.0 0 0 2 2 4 -4 -12 4 12 1 4 4 1 1 1 1 31 Frame4: B 2 5 -5.90 0.2333 0 0 1.0 0 0 3 2 5 -2 -10 2 6 14 1 2 5 1 1 1 1 1 32 Frame5: B 1 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 1 3 7 15 1 1 6 1 0 1 1 1 1 33 Frame6: B 3 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -3 1 5 13 1 -2 6 1 1 1 1 1 0 34 Frame7: B 6 5 -5.90 0.2333 0 0 1.0 0 0 3 2 4 -2 -6 2 10 1 -3 6 0 1 1 1 1 0 35 Frame8: B 5 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -5 1 3 11 1 1 5 1 1 1 1 1 36 Frame9: B 7 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -3 -7 1 9 1 -2 6 1 1 1 1 1 0 37 Frame10: B 12 4 -5.7476 0.2286 0 0 1.0 0 0 2 2 3 -4 -12 4 1 -5 6 0 0 1 1 1 0 38 Frame11: B 10 5 -5.90 0.2333 0 0 1.0 0 0 3 2 4 -2 -10 2 6 1 2 4 1 1 1 1 39 Frame12: B 9 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -9 1 3 7 1 1 5 1 1 1 1 1 40 Frame13: B 11 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -3 -11 1 5 1 -2 6 1 1 1 1 1 0 41 Frame14: B 14 5 -5.90 0.2333 0 0 1.0 0 0 3 2 4 -2 -6 -14 2 1 -3 6 0 1 1 1 1 0 42 Frame15: B 13 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -5 -13 1 3 1 1 5 1 1 1 1 1 43 Frame16: B 15 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -3 -7 -15 1 1 -2 6 1 1 1 1 1 0 44 32 45 33 46 #=========== Motion Search ============= 34 47 FastSearch : 1 # 0:Full search 1:TZ search 35 SearchRange : 64 # (0: Search range is a Full frame) 48 SearchRange : 384 # (0: Search range is a Full frame) 49 ASR : 1 # Adaptive motion search range 50 MinSearchWindow : 96 # Minimum motion search window size for the adaptive window ME 36 51 BipredSearchRange : 4 # Search range for bi-prediction refinement 37 52 HadamardME : 1 # Use of hadamard measure for fractional ME … … 121 136 ### DO NOT ADD ANYTHING BELOW THIS LINE ### 122 137 ### DO NOT DELETE THE EMPTY LINE BELOW ### 123 -
trunk/cfg/HM/encoder_randomaccess_main_rext.cfg
r1405 r1413 21 21 IntraPeriod : 32 # Period of I-Frame ( -1 = only first) 22 22 DecodingRefreshType : 1 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI 23 GOPSize : 8 # GOP Size (number of B slice = GOPSize-1) 24 # Type POC QPoffset CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 25 Frame1: B 8 1 0 0 0.442 0 0 0 2 3 -8 -12 -16 0 26 Frame2: B 4 2 0 0 0.3536 0 0 1 2 3 -4 -8 4 1 4 4 1 1 0 1 27 Frame3: B 2 3 0 0 0.3536 0 0 2 2 4 -2 -6 2 6 1 2 4 1 1 1 1 28 Frame4: B 1 4 0 0 0.68 0 0 3 2 4 -1 1 3 7 1 1 5 1 0 1 1 1 29 Frame5: B 3 4 0 0 0.68 0 0 3 2 4 -1 -3 1 5 1 -2 5 1 1 1 1 0 30 Frame6: B 6 3 0 0 0.3536 0 0 2 2 3 -2 -6 2 1 -3 5 0 1 1 1 0 31 Frame7: B 5 4 0 0 0.68 0 0 3 2 4 -1 -5 1 3 1 1 4 1 1 1 1 32 Frame8: B 7 4 0 0 0.68 0 0 3 2 4 -1 -3 -7 1 1 -2 5 1 1 1 1 0 23 GOPSize : 16 # GOP Size (number of B slice = GOPSize-1) 24 ReWriteParamSetsFlag : 1 # Write parameter sets with every IRAP 25 26 IntraQPOffset : -3 27 LambdaFromQpEnable : 1 # see JCTVC-X0038 for suitable parameters for IntraQPOffset, QPoffset, QPOffsetModelOff, QPOffsetModelScale when enabled 28 # Type POC QPoffset QPOffsetModelOff QPOffsetModelScale CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 29 Frame1: B 16 1 0.0 0.0 0 0 1.0 0 0 0 2 3 -16 -24 -32 0 30 Frame2: B 8 1 -4.8848 0.2061 0 0 1.0 0 0 1 2 3 -8 -16 8 1 8 4 1 1 0 1 31 Frame3: B 4 4 -5.7476 0.2286 0 0 1.0 0 0 2 2 4 -4 -12 4 12 1 4 4 1 1 1 1 32 Frame4: B 2 5 -5.90 0.2333 0 0 1.0 0 0 3 2 5 -2 -10 2 6 14 1 2 5 1 1 1 1 1 33 Frame5: B 1 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 1 3 7 15 1 1 6 1 0 1 1 1 1 34 Frame6: B 3 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -3 1 5 13 1 -2 6 1 1 1 1 1 0 35 Frame7: B 6 5 -5.90 0.2333 0 0 1.0 0 0 3 2 4 -2 -6 2 10 1 -3 6 0 1 1 1 1 0 36 Frame8: B 5 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -5 1 3 11 1 1 5 1 1 1 1 1 37 Frame9: B 7 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -3 -7 1 9 1 -2 6 1 1 1 1 1 0 38 Frame10: B 12 4 -5.7476 0.2286 0 0 1.0 0 0 2 2 3 -4 -12 4 1 -5 6 0 0 1 1 1 0 39 Frame11: B 10 5 -5.90 0.2333 0 0 1.0 0 0 3 2 4 -2 -10 2 6 1 2 4 1 1 1 1 40 Frame12: B 9 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -9 1 3 7 1 1 5 1 1 1 1 1 41 Frame13: B 11 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -3 -11 1 5 1 -2 6 1 1 1 1 1 0 42 Frame14: B 14 5 -5.90 0.2333 0 0 1.0 0 0 3 2 4 -2 -6 -14 2 1 -3 6 0 1 1 1 1 0 43 Frame15: B 13 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -5 -13 1 3 1 1 5 1 1 1 1 1 44 Frame16: B 15 6 -7.1444 0.3 0 0 1.0 0 0 4 2 5 -1 -3 -7 -15 1 1 -2 6 1 1 1 1 1 0 33 45 34 46 #=========== Motion Search ============= 35 47 FastSearch : 1 # 0:Full search 1:TZ search 36 SearchRange : 64 # (0: Search range is a Full frame) 48 SearchRange : 384 # (0: Search range is a Full frame) 49 ASR : 1 # Adaptive motion search range 50 MinSearchWindow : 96 # Minimum motion search window size for the adaptive window ME 37 51 BipredSearchRange : 4 # Search range for bi-prediction refinement 38 52 HadamardME : 1 # Use of hadamard measure for fractional ME … … 108 122 109 123 #============ Lossless ================ 110 TransquantBypassEnable Flag: 0 # Value of PPS flag.124 TransquantBypassEnable : 0 # Value of PPS flag. 111 125 CUTransquantBypassFlagForce: 0 # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled 112 126 -
trunk/cfg/HM/misc/encoder_lowdelay_main_field_coding.cfg
r1405 r1413 1 1 #======== File I/O ===================== 2 InputFile : # Input filename3 InputBitDepth : # Input bitdepth4 FrameRate : # Frame Rate per second5 FrameSkip : # Number of frames to be skipped in input6 SourceWidth : # Input frame width7 SourceHeight : # Input frame height8 FramesToBeEncoded : # Number of frames to be coded9 2 FieldCoding : 1 # (0: Frame based coding, 1: Field based coding) 10 3 TopFieldFirst : 1 # Field parity order (1: Top field first, 0: Bottom field first) … … 39 32 DecodingRefreshType : 1 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI 40 33 GOPSize : 8 # GOP Size (number of B slice = GOPSize-1) 41 42 # Type POC QPoffset CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 43 Frame1: B 2 3 0 0 0.4624 0 0 0 8 8 -1 -2 -9 -10 -17 -18 -25 -26 0 44 Frame2: B 3 4 0 0 0.4624 0 0 0 8 9 -1 -2 -3 -10 -11 -18 -19 -26 -27 1 -1 9 1 1 1 1 1 1 1 1 1 45 Frame3: B 4 2 0 0 0.4624 0 0 0 8 8 -1 -2 -3 -4 -11 -12 -19 -20 1 -1 10 1 1 1 1 1 1 1 0 0 1 46 Frame4: B 5 3 0 0 0.4624 0 0 0 8 9 -1 -2 -3 -4 -5 -12 -13 -20 -21 1 -1 9 1 1 1 1 1 1 1 1 1 47 Frame5: B 6 3 0 0 0.4624 0 0 0 8 8 -1 -2 -5 -6 -13 -14 -21 -22 1 -1 10 1 0 0 1 1 1 1 1 1 1 48 Frame6: B 7 4 0 0 0.4624 0 0 0 8 9 -1 -2 -3 -6 -7 -14 -15 -22 -23 1 -1 9 1 1 1 1 1 1 1 1 1 49 Frame7: B 8 1 0 0 0.578 0 0 0 8 8 -1 -2 -7 -8 -15 -16 -23 -24 1 -1 10 1 0 0 1 1 1 1 1 1 1 50 Frame8: B 9 1 0 0 0.578 0 0 0 8 9 -1 -2 -3 -8 -9 -16 -17 -24 -25 1 -1 9 1 1 1 1 1 1 1 1 1 34 # Type POC QPoffset QPOffsetModelOff QPOffsetModelScale CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 35 Frame1: B 2 3 0.0 0.0 0 0 0.4624 0 0 0 8 8 -1 -2 -9 -10 -17 -18 -25 -26 0 36 Frame2: B 3 4 0.0 0.0 0 0 0.4624 0 0 0 8 9 -1 -2 -3 -10 -11 -18 -19 -26 -27 1 -1 9 1 1 1 1 1 1 1 1 1 37 Frame3: B 4 2 0.0 0.0 0 0 0.4624 0 0 0 8 8 -1 -2 -3 -4 -11 -12 -19 -20 1 -1 10 1 1 1 1 1 1 1 0 0 1 38 Frame4: B 5 3 0.0 0.0 0 0 0.4624 0 0 0 8 9 -1 -2 -3 -4 -5 -12 -13 -20 -21 1 -1 9 1 1 1 1 1 1 1 1 1 39 Frame5: B 6 3 0.0 0.0 0 0 0.4624 0 0 0 8 8 -1 -2 -5 -6 -13 -14 -21 -22 1 -1 10 1 0 0 1 1 1 1 1 1 1 40 Frame6: B 7 4 0.0 0.0 0 0 0.4624 0 0 0 8 9 -1 -2 -3 -6 -7 -14 -15 -22 -23 1 -1 9 1 1 1 1 1 1 1 1 1 41 Frame7: B 8 1 0.0 0.0 0 0 0.578 0 0 0 8 8 -1 -2 -7 -8 -15 -16 -23 -24 1 -1 10 1 0 0 1 1 1 1 1 1 1 42 Frame8: B 9 1 0.0 0.0 0 0 0.578 0 0 0 8 9 -1 -2 -3 -8 -9 -16 -17 -24 -25 1 -1 9 1 1 1 1 1 1 1 1 1 51 43 52 44 #=========== Motion Search ============= … … 70 62 71 63 #=========== Deblock Filter ============ 72 LoopFilterOffsetInPPS : 1 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 =constant params in PPS, param = base_param)64 LoopFilterOffsetInPPS : 1 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1 (default) =constant params in PPS, param = base_param) 73 65 LoopFilterDisable : 0 # Disable deblocking filter (0=Filter, 1=No Filter) 74 66 LoopFilterBetaOffset_div2 : 0 # base_param: -6 ~ 6 75 67 LoopFilterTcOffset_div2 : 0 # base_param: -6 ~ 6 76 DeblockingFilterMetric : 0 # blockiness metric (automatically configures deblocking parameters in bitstream) 68 DeblockingFilterMetric : 0 # blockiness metric (automatically configures deblocking parameters in bitstream). Applies slice-level loop filter offsets (LoopFilterOffsetInPPS and LoopFilterDisable must be 0) 77 69 78 70 #=========== Misc. ============ … … 126 118 127 119 #============ Lossless ================ 128 TransquantBypassEnable Flag : 0# Value of PPS flag.129 CUTransquantBypassFlagForce: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1.120 TransquantBypassEnable : 0 # Value of PPS flag. 121 CUTransquantBypassFlagForce: 0 # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled 130 122 131 123 #============ Rate Control ====================== -
trunk/cfg/HM/misc/encoder_randomaccess_main_2tids.cfg
r1405 r1413 21 21 DecodingRefreshType : 1 # Random Accesss 0:none, 1:CRA, 2:IDR, 3:Recovery Point SEI 22 22 GOPSize : 8 # GOP Size (number of B slice = GOPSize-1) 23 # Type POC QPoffset CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs24 Frame1: B 8 1 0 0 0.442 0 0 0 4 4 -8 -10 -12 -16 025 Frame2: B 4 2 0 0 0.3536 0 0 0 2 3 -4 -6 4 1 4 5 1 1 0 0 126 Frame3: B 2 3 0 0 0.3536 0 0 0 2 4 -2 -4 2 6 1 2 4 1 1 1 127 Frame4: B 1 4 0 0 0.68 0 0 1 2 4 -1 1 3 7 1 1 5 1 0 1 1 128 Frame5: B 3 4 0 0 0.68 0 0 1 2 4 -1 -3 1 5 1 -2 5 1 1 1 1 029 Frame6: B 6 3 0 0 0.3536 0 0 0 2 4 -2 -4 -6 2 1 -3 5 1 1 1 1 030 Frame7: B 5 4 0 0 0.68 0 0 1 2 4 -1 -5 1 3 1 1 5 1 0 1 1 131 Frame8: B 7 4 0 0 0.68 0 0 1 2 4 -1 -3 -7 1 1 -2 5 1 1 1 1 023 # Type POC QPoffset QPOffsetModelOff QPOffsetModelScale CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 24 Frame1: B 8 1 0.0 0.0 0 0 0.442 0 0 0 4 4 -8 -10 -12 -16 0 25 Frame2: B 4 2 0.0 0.0 0 0 0.3536 0 0 0 2 3 -4 -6 4 1 4 5 1 1 0 0 1 26 Frame3: B 2 3 0.0 0.0 0 0 0.3536 0 0 0 2 4 -2 -4 2 6 1 2 4 1 1 1 1 27 Frame4: B 1 4 0.0 0.0 0 0 0.68 0 0 1 2 4 -1 1 3 7 1 1 5 1 0 1 1 1 28 Frame5: B 3 4 0.0 0.0 0 0 0.68 0 0 1 2 4 -1 -3 1 5 1 -2 5 1 1 1 1 0 29 Frame6: B 6 3 0.0 0.0 0 0 0.3536 0 0 0 2 4 -2 -4 -6 2 1 -3 5 1 1 1 1 0 30 Frame7: B 5 4 0.0 0.0 0 0 0.68 0 0 1 2 4 -1 -5 1 3 1 1 5 1 0 1 1 1 31 Frame8: B 7 4 0.0 0.0 0 0 0.68 0 0 1 2 4 -1 -3 -7 1 1 -2 5 1 1 1 1 0 32 32 33 33 #=========== Motion Search ============= … … 107 107 108 108 #============ Lossless ================ 109 TransquantBypassEnable Flag: 0 # Value of PPS flag.109 TransquantBypassEnable : 0 # Value of PPS flag. 110 110 CUTransquantBypassFlagForce: 0 # Force transquant bypass mode, when transquant_bypass_enable_flag is enabled 111 111 -
trunk/cfg/HM/misc/encoder_randomaccess_main_field_coding.cfg
r1405 r1413 43 43 # When EfficientFieldIRAPEnabled=1 is enabled, this has no additional effect 44 44 45 # Type POC QPoffset CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs45 # Type POC QPoffset QPOffsetModelOff QPOffsetModelScale CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 46 46 47 Frame1: B 17 1 0 0 0.442 0 0 0 4 4 -16 -17 -20 -21 048 Frame2: B 16 1 0 0 0.442 0 0 0 3 3 -15 -16 1 1 1 5 1 1 0 0 149 Frame3: B 8 2 0 0 0.3536 0 0 0 2 4 -7 -8 8 9 1 8 4 1 1 1 150 Frame4: B 9 2 0 0 0.3536 0 0 0 2 5 -1 -8 -9 7 8 1 -1 5 1 1 1 1 151 Frame5: B 4 3 0 0 0.3536 0 0 0 2 6 -3 -4 4 5 12 13 1 5 6 1 1 1 1 1 152 Frame6: B 5 3 0 0 0.3536 0 0 0 2 7 -1 -4 -5 3 4 11 12 1 -1 7 1 1 1 1 1 1 153 Frame7: B 2 3 0 0 0.3536 0 0 0 2 8 -1 -2 2 3 6 7 14 15 1 3 8 1 1 1 1 1 1 1 154 Frame8: B 3 4 0 0 0.68 0 0 0 2 8 -1 -2 1 2 5 6 13 14 1 -1 9 1 0 1 1 1 1 1 1 155 Frame9: B 6 3 0 0 0.3536 0 0 0 2 6 -1 -2 2 3 10 11 1 -3 9 0 0 1 1 1 1 1 1 056 Frame10: B 7 4 0 0 0.68 0 0 0 2 7 -1 -2 -3 1 2 9 10 1 -1 7 1 1 1 1 1 1 157 Frame11: B 12 3 0 0 0.3536 0 0 0 2 4 -3 -4 4 5 1 -5 8 0 0 0 1 1 1 1 058 Frame12: B 13 3 0 0 0.3536 0 0 0 2 5 -1 -4 -5 3 4 1 -1 5 1 1 1 1 159 Frame13: B 10 3 0 0 0.3536 0 0 0 2 6 -1 -2 2 3 6 7 1 3 6 1 1 1 1 1 160 Frame14: B 11 4 0 0 0.68 0 0 0 2 7 -1 -2 -3 1 2 5 6 1 -1 7 1 1 1 1 1 1 161 Frame15: B 14 3 0 0 0.3536 0 0 0 2 5 -1 -2 -5 2 3 1 -3 8 0 1 0 1 1 1 1 062 Frame16: B 15 4 0 0 0.68 0 0 0 2 6 -1 -2 -3 -6 1 2 1 -1 6 1 1 1 1 1 147 Frame1: B 17 1 0.0 0.0 0 0 0.442 0 0 0 4 4 -16 -17 -20 -21 0 48 Frame2: B 16 1 0.0 0.0 0 0 0.442 0 0 0 3 3 -15 -16 1 1 1 5 1 1 0 0 1 49 Frame3: B 8 2 0.0 0.0 0 0 0.3536 0 0 0 2 4 -7 -8 8 9 1 8 4 1 1 1 1 50 Frame4: B 9 2 0.0 0.0 0 0 0.3536 0 0 0 2 5 -1 -8 -9 7 8 1 -1 5 1 1 1 1 1 51 Frame5: B 4 3 0.0 0.0 0 0 0.3536 0 0 0 2 6 -3 -4 4 5 12 13 1 5 6 1 1 1 1 1 1 52 Frame6: B 5 3 0.0 0.0 0 0 0.3536 0 0 0 2 7 -1 -4 -5 3 4 11 12 1 -1 7 1 1 1 1 1 1 1 53 Frame7: B 2 3 0.0 0.0 0 0 0.3536 0 0 0 2 8 -1 -2 2 3 6 7 14 15 1 3 8 1 1 1 1 1 1 1 1 54 Frame8: B 3 4 0.0 0.0 0 0 0.68 0 0 0 2 8 -1 -2 1 2 5 6 13 14 1 -1 9 1 0 1 1 1 1 1 1 1 55 Frame9: B 6 3 0.0 0.0 0 0 0.3536 0 0 0 2 6 -1 -2 2 3 10 11 1 -3 9 0 0 1 1 1 1 1 1 0 56 Frame10: B 7 4 0.0 0.0 0 0 0.68 0 0 0 2 7 -1 -2 -3 1 2 9 10 1 -1 7 1 1 1 1 1 1 1 57 Frame11: B 12 3 0.0 0.0 0 0 0.3536 0 0 0 2 4 -3 -4 4 5 1 -5 8 0 0 0 1 1 1 1 0 58 Frame12: B 13 3 0.0 0.0 0 0 0.3536 0 0 0 2 5 -1 -4 -5 3 4 1 -1 5 1 1 1 1 1 59 Frame13: B 10 3 0.0 0.0 0 0 0.3536 0 0 0 2 6 -1 -2 2 3 6 7 1 3 6 1 1 1 1 1 1 60 Frame14: B 11 4 0.0 0.0 0 0 0.68 0 0 0 2 7 -1 -2 -3 1 2 5 6 1 -1 7 1 1 1 1 1 1 1 61 Frame15: B 14 3 0.0 0.0 0 0 0.3536 0 0 0 2 5 -1 -2 -5 2 3 1 -3 8 0 1 0 1 1 1 1 0 62 Frame16: B 15 4 0.0 0.0 0 0 0.68 0 0 0 2 6 -1 -2 -3 -6 1 2 1 -1 6 1 1 1 1 1 1 63 63 64 64 #=========== Motion Search ============= … … 138 138 139 139 #============ Lossless ================ 140 TransquantBypassEnable Flag: 0 # Value of PPS flag.140 TransquantBypassEnable : 0 # Value of PPS flag. 141 141 CUTransquantBypassFlagForce: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1. 142 142 -
trunk/cfg/HM/misc/encoder_randomaccess_main_field_coding_simple_GOP.cfg
r1405 r1413 42 42 # simple field coding GOP: When EfficientFieldIRAPEnabled=1 is enabled, the order of frames 16 and 17 is exchanged 43 43 44 # Type POC QPoffset CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs44 # Type POC QPoffset QPOffsetModelOff QPOffsetModelScale CbQPoffset CrQPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 45 45 46 Frame1: B 16 1 0 0 0.442 0 0 0 8 8 -15 -16 -19 -20 -23 -24 -31 -32 047 Frame2: B 17 1 0 0 0.442 0 0 0 4 9 -1 -16 -17 -20 -21 -24 -25 -32 -33 1 -1 9 1 1 1 1 1 1 1 1 148 Frame3: B 8 2 0 0 0.3536 0 0 0 4 6 -7 -8 -11 -12 8 9 1 9 10 1 1 1 1 1 0 0 0 0 149 Frame4: B 9 3 0 0 0.3536 0 0 0 4 7 -1 -8 -9 -12 -13 7 8 1 -1 7 1 1 1 1 1 1 150 Frame5: B 4 3 0 0 0.3536 0 0 0 4 8 -3 -4 -7 -8 4 5 12 13 1 5 8 1 1 1 1 1 1 1 151 Frame6: B 5 4 0 0 0.68 0 0 0 4 9 -1 -4 -5 -8 -9 3 4 11 12 1 -1 9 1 1 1 1 1 1 1 1 152 Frame7: B 2 3 0 0 0.3536 0 0 0 4 8 -1 -2 2 3 6 7 14 15 1 3 10 1 1 1 0 0 1 1 1 1 153 Frame8: B 3 4 0 0 0.68 0 0 0 4 9 -1 -2 -3 1 2 5 6 13 14 1 -1 9 1 1 1 1 1 1 1 1 154 Frame9: B 6 3 0 0 0.3536 0 0 0 4 8 -1 -2 -5 -6 2 3 10 11 1 -3 10 0 1 1 1 1 1 1 1 1 055 Frame10: B 7 4 0 0 0.68 0 0 0 4 9 -1 -2 -3 -6 -7 1 2 9 10 1 -1 9 1 1 1 1 1 1 1 1 156 Frame11: B 12 3 0 0 0.3536 0 0 0 4 8 -3 -4 -7 -8 -11 -12 4 5 1 -5 10 0 1 1 1 1 1 1 1 1 057 Frame12: B 13 4 0 0 0.68 0 0 0 4 9 -1 -4 -5 -8 -9 -12 -13 3 4 1 -1 9 1 1 1 1 1 1 1 1 158 Frame13: B 10 3 0 0 0.3536 0 0 0 4 8 -1 -2 -9 -10 2 3 6 7 1 3 10 1 1 1 0 0 1 1 1 1 159 Frame14: B 11 4 0 0 0.68 0 0 0 4 9 -1 -2 -3 -10 -11 1 2 5 6 1 -1 9 1 1 1 1 1 1 1 1 160 Frame15: B 14 3 0 0 0.3536 0 0 0 4 8 -1 -2 -5 -6 -13 -14 2 3 1 -3 10 0 1 1 1 1 1 1 1 1 061 Frame16: B 15 4 0 0 0.68 0 0 0 4 9 -1 -2 -3 -6 -7 -14 -15 1 2 1 -1 9 1 1 1 1 1 1 1 1 146 Frame1: B 16 1 0.0 0.0 0 0 0.442 0 0 0 8 8 -15 -16 -19 -20 -23 -24 -31 -32 0 47 Frame2: B 17 1 0.0 0.0 0 0 0.442 0 0 0 4 9 -1 -16 -17 -20 -21 -24 -25 -32 -33 1 -1 9 1 1 1 1 1 1 1 1 1 48 Frame3: B 8 2 0.0 0.0 0 0 0.3536 0 0 0 4 6 -7 -8 -11 -12 8 9 1 9 10 1 1 1 1 1 0 0 0 0 1 49 Frame4: B 9 3 0.0 0.0 0 0 0.3536 0 0 0 4 7 -1 -8 -9 -12 -13 7 8 1 -1 7 1 1 1 1 1 1 1 50 Frame5: B 4 3 0.0 0.0 0 0 0.3536 0 0 0 4 8 -3 -4 -7 -8 4 5 12 13 1 5 8 1 1 1 1 1 1 1 1 51 Frame6: B 5 4 0.0 0.0 0 0 0.68 0 0 0 4 9 -1 -4 -5 -8 -9 3 4 11 12 1 -1 9 1 1 1 1 1 1 1 1 1 52 Frame7: B 2 3 0.0 0.0 0 0 0.3536 0 0 0 4 8 -1 -2 2 3 6 7 14 15 1 3 10 1 1 1 0 0 1 1 1 1 1 53 Frame8: B 3 4 0.0 0.0 0 0 0.68 0 0 0 4 9 -1 -2 -3 1 2 5 6 13 14 1 -1 9 1 1 1 1 1 1 1 1 1 54 Frame9: B 6 3 0.0 0.0 0 0 0.3536 0 0 0 4 8 -1 -2 -5 -6 2 3 10 11 1 -3 10 0 1 1 1 1 1 1 1 1 0 55 Frame10: B 7 4 0.0 0.0 0 0 0.68 0 0 0 4 9 -1 -2 -3 -6 -7 1 2 9 10 1 -1 9 1 1 1 1 1 1 1 1 1 56 Frame11: B 12 3 0.0 0.0 0 0 0.3536 0 0 0 4 8 -3 -4 -7 -8 -11 -12 4 5 1 -5 10 0 1 1 1 1 1 1 1 1 0 57 Frame12: B 13 4 0.0 0.0 0 0 0.68 0 0 0 4 9 -1 -4 -5 -8 -9 -12 -13 3 4 1 -1 9 1 1 1 1 1 1 1 1 1 58 Frame13: B 10 3 0.0 0.0 0 0 0.3536 0 0 0 4 8 -1 -2 -9 -10 2 3 6 7 1 3 10 1 1 1 0 0 1 1 1 1 1 59 Frame14: B 11 4 0.0 0.0 0 0 0.68 0 0 0 4 9 -1 -2 -3 -10 -11 1 2 5 6 1 -1 9 1 1 1 1 1 1 1 1 1 60 Frame15: B 14 3 0.0 0.0 0 0 0.3536 0 0 0 4 8 -1 -2 -5 -6 -13 -14 2 3 1 -3 10 0 1 1 1 1 1 1 1 1 0 61 Frame16: B 15 4 0.0 0.0 0 0 0.68 0 0 0 4 9 -1 -2 -3 -6 -7 -14 -15 1 2 1 -1 9 1 1 1 1 1 1 1 1 1 62 62 63 63 #=========== Motion Search ============= … … 137 137 138 138 #============ Lossless ================ 139 TransquantBypassEnable Flag: 0 # Value of PPS flag.139 TransquantBypassEnable : 0 # Value of PPS flag. 140 140 CUTransquantBypassFlagForce: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1. 141 141
Note: See TracChangeset for help on using the changeset viewer.