source: 3DVCSoftware/branches/0.1-poznan-univ/cfg/encoder_lowdelay_P_loco.cfg @ 57

Last change on this file since 57 was 2, checked in by hhi, 13 years ago

inital import

  • Property svn:eol-style set to native
File size: 4.9 KB
Line 
1#======== File I/O =====================
2BitstreamFile                 : str.bin
3ReconFile                     : rec.yuv
4
5#======== Unit definition ================
6MaxCUWidth                    : 64          # Maximum coding unit width in pixel
7MaxCUHeight                   : 64          # Maximum coding unit height in pixel
8MaxPartitionDepth             : 4           # Maximum coding unit depth
9QuadtreeTULog2MaxSize         : 5           # Log2 of maximum transform size for
10                                            # quadtree-based TU coding (2...6)
11QuadtreeTULog2MinSize         : 2           # Log2 of minimum transform size for
12                                            # quadtree-based TU coding (2...6)
13QuadtreeTUMaxDepthInter       : 3
14QuadtreeTUMaxDepthIntra       : 3
15
16#======== Coding Structure =============
17IntraPeriod                   : -1          # Period of I-Frame ( -1 = only first)
18DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CDR, 2:IDR
19GOPSize                       : 1           # GOP Size (number of B slice = GOPSize-1)
20RateGOPSize                   : 4           # GOP size used for QP assignment
21NumOfReference                : 4           # Number of reference frames
22NumOfReferenceB_L0            : 2           # Number of reference frames for L0 for B-slices
23NumOfReferenceB_L1            : 2           # Number of reference frames for L1 for B-slices
24HierarchicalCoding            : 0           # Hierarchical B coding ON/OFF
25LowDelayCoding                : 1           # Low-delay coding structure
26GPB                           : 0           # Replace P-slice by B-slice using two same directions
27NRF                           : 0           # Mark non-reference for highest temporal layer
28BQP                           : 1           # Use hier-B style QP assignment for hier-P structure
29ListCombination               : 1           # Use combined list for uni-prediction in B-slices
30
31#=========== Motion Search =============
32FastSearch                    : 1           # 0:Full search  1:EPZS
33SearchRange                   : 64          # (0: Search range is a Full frame)
34BipredSearchRange             : 4           # Search range for bi-prediction refinement
35HadamardME                    : 1           # Use of hadamard measure for fractional ME
36FEN                           : 1           # Fast encoder decision
37
38#======== Quantization =============
39QP                            : 32          # Quantization parameter(0-51)
40MaxDeltaQP                    : 0           # CU-based multi-QP optimization
41DeltaQpRD                     : 0           # Slice-based multi-QP optimization
42RDOQ                          : 1           # RDOQ
43
44#=========== Entropy Coding ============
45SymbolMode                    : 0           # 0:LCEC, 1:CABAC
46#=========== Deblock Filter ============
47LoopFilterDisable             : 0           # Disable loop filter in slice header (0=Filter, 1=No Filter)
48LoopFilterAlphaC0Offset       : 0           # Range: -26 ~ 26
49LoopFilterBetaOffset          : 0           # Range: -26 ~ 26
50
51#=========== Misc. ============
52InternalBitDepth              : 8           # internal bit-depth = BitDepth + BitIncrement
53
54#=========== Coding Tools =================
55MRG                           : 1           # Merge mode                      (0: OFF, 1: ON)
56ALF                           : 0           # Adaptive loop filter  (0: OFF, 1: ON)
57ALFEncodePassReduction        : 0           # Reduce ALF encoding passes (0:Original 16-pass, 1: 1-pass, 2: 2-pass encoding)
58
59#============ Slices ================
60SliceMode                : 0                # 0: Disable all slice options.
61                                            # 1: Enforce maximum number of LCU in an slice,
62                                            # 2: Enforce maximum number of bytes in an 'slice'
63SliceArgument            : 1500             # Argument for 'SliceMode'.
64                                            # If SliceMode==1 it represents max. LCU per slice.
65                                            # If SliceMode==2 it represents max. bytes per slice.
66
67LFCrossSliceBoundaryFlag : 1                # In-loop filtering, including ALF and DB, is across or not across slice boundary.
68                                            # 0:not across, 1: across                                           
69                                           
70EntropySliceMode         : 0                # 0: Disable all entropy slice options.       
71                                            # 1: Enforce maximum number of LCU in an entropy slice,
72                                            # 2: Enforce maximum number of bins/bits in an 'entropy slice'
73EntropySliceArgument     : 180000           # Argument for 'EntropySliceMode'.   
74                                            # If EntropySliceMode==1 it represents max. LCU per entropy slice.
75                                            # If EntropySliceMode==2 it represents max. bins per entropy slice.
76                                           
Note: See TracBrowser for help on using the repository browser.