Ticket #80: Encdec_log.txt

File Encdec_log.txt, 9.5 KB (added by Heiner Kirchhoffer, 14 years ago)

Config-file, encoder-log, and decoder-log

Line 
1Config File
2
3#======== File I/O =====================
4InputFile                     : BlowingBubbles_416x240_50.yuv 
5BitstreamFile                 : BitStream.bin
6ReconFile                     : Output_Enc.yuv
7FrameRate                     : 30          # Frame Rate per second
8FrameSkip                     : 0           # Number of frames to be skipped in input
9SourceWidth                   : 416         # Input  frame width
10SourceHeight                  : 240         # Input  frame height
11FrameToBeEncoded              : 10          # Number of frames to be coded
12
13#======== Unit definition ================
14MaxCUWidth                    : 64          # Maximum coding unit width in pixel
15MaxCUHeight                   : 64          # Maximum coding unit height in pixel
16MaxPartitionDepth             : 4           # Maximum coding unit depth
17QuadtreeTUFlag                : 1           # Use quadtree-based TU coding
18QuadtreeTULog2MaxSize         : 6           # Log2 of maximum transform size for
19                                            # quadtree-based TU coding (2...6)
20QuadtreeTULog2MinSize         : 2           # Log2 of minimum transform size for
21                                            # quadtree-based TU coding (2...6)
22
23#======== Coding Structure =============
24IntraPeriod                   : -1          # Period of I-Frame ( -1 = only first)
25GOPSize                       : 4           # GOP Size (number of B slice = GOPSize-1)
26RateGOPSize                   : 4           # GOP size used for QP assignment
27NumOfReference                : 2           # Number of reference frames
28NumOfReferenceB_L0            : 1           # Number of reference frames for L0 for B-slices
29NumOfReferenceB_L1            : 1           # Number of reference frames for L1 for B-slices
30HierarchicalCoding            : 0           # Hierarchical B coding ON/OFF
31LowDelayCoding                : 1           # Low-delay coding structure
32GPB                           : 1           # Replace P-slice by B-slice using two same directions
33QBO                           : 0           # Reference reordering to make Skip refer
34                                            # better quality reference
35NRF                           : 0           # Mark non-reference for highest temporal layer
36BQP                           : 0           # Use hier-B style QP assignment for hier-P structure
37
38#=========== Interpolation Filter =============
39InterpFilterType              : 4           # 0: DCT-IF, 1: 4-tap MOMS, 2: 6-tap MOMS, 3: DIF
40DIFTap                        : 12          # Number of filter taps for DCT-IF (4, 6, 8, 10, 12)
41
42#=========== Motion Search =============
43FastSearch                    : 1           # 0:Full search  1:EPZS
44SearchRange                   : 64          # (0: Search range is a Full frame)
45HadamardME                    : 1           # Use of hadamard measure for fractional ME
46FEN                           : 1           # Fast encoder decision
47
48#======== Quantization =============
49QP                            : 32          # Quantization parameter(0-51)
50MaxDeltaQP                    : 0           # CU-based multi-QP optimization
51DeltaQpRD                     : 0           # Slice-based multi-QP optimization
52RDOQ                          : 1           # RDOQ
53
54#=========== Entropy Coding ============
55SymbolMode                    : 2           # 0:CAVLC, 1:CABAC, 2:PIPE, 3:V2V with load balancing
56                                            # (only 1..3 supported, CAVLC implementation is not completed)
57MultiCodewordThreshold        : 96000       # Threshold for multi-codeword coding
58                                            #(for SymbolMode 0 and 1; 0->always single codeword)
59MaxPIPEBufferDelay            : 4096        # max buffer delay in bits (0:no limit, >=64:down-rounded to
60                                            # next unit of 64 bits [8 Bytes], 0<x<64: NOT SUPPORTED)
61                                            # only applies if (SymbolMode = 2 and MultiCodewordThreshold = 0)
62BalancedCPUs                  : 8           # number of CPUs in V2V (SymbolMode = 3)
63
64#=========== Deblock Filter ============
65LoopFilterDisable             : 0           # Disable loop filter in slice header (0=Filter, 1=No Filter)
66LoopFilterAlphaC0Offset       : 0           # Range: -26 ~ 26
67LoopFilterBetaOffset          : 0           # Range: -26 ~ 26
68
69#=========== Misc. ============
70BitDepth                      : 8           # Source bit-depth (should be 8 now)
71BitIncrement                  : 4           # Increased bit-depth
72
73#=========== Coding Tools =================
74CIP                           : 1           # Combined intra prediction       (0: OFF, 1: ON)
75ROT                           : 1           # Rotational transform            (0: OFF, 1: ON)
76AIS                           : 1           # Adaptive intra smoothing        (0: OFF, 1: ON)
77MRG                           : 1           # Merge mode                      (0: OFF, 1: ON)
78IMP                           : 0           # Interleaved motion vector predictor
79ALF                           : 1           # Adaptive loop filter  (0: OFF, 1: ON)
80ALFSeparateTree               : 0           # Separate quadtree for ALF
81ALFSymmetry                   : 1           # ALF symmetry (0:unsymmetric, 1:symmetric)
82ALFMinLength                  : 7           # Min. ALF filter length (must be odd and >= 3)
83ALFMaxLength                  : 9           # Max. ALF filter length (must be odd and > ALFMinLength)
84#GRefMode                      : w           # generated reference mode (w = scale+offset, o=offset)
85AMVRES                        : 1
86SPF                           : 1
87
88
89Enc
90
91
92TMuC SW candidate: Encoder Version [0.7.3][Windows][VS 1500][64 bit]
93Unknown option: `ALFSeparateTree' (value:`0')
94Unknown option: `ALFSymmetry' (value:`1')
95Unknown option: `ALFMinLength' (value:`7')
96Unknown option: `ALFMaxLength' (value:`9')
97
98Input          File          : BlowingBubbles_416x240_50.yuv
99Bitstream      File          : BitStream.bin
100Reconstruction File          : Output_Enc.yuv
101Real     Format              : 416x240 30Hz
102Internal Format              : 416x240 30Hz
103Frame index                  : 0 - 9 (10 frames)
104Number of Ref. frames (P)    : 2
105Number of Ref. frames (B_L0) : 1
106Number of Ref. frames (B_L1) : 1
107Number of Reference frames   : 2
108CU size / depth              : 64 / 4
109Transform depth (min / max)  : 0 / 1
110Motion search range          : 64
111Intra period                 : -1
112QP                           : 32.00
113GOP size                     : 4
114Rate GOP size                : 4
115Max physical trans. size     : 64
116Bit increment                : 4
117Luma   interpolation         : Qualcomm 12-tap SIFO
118Chroma interpolation         : Bi-linear filter
119Entropy coder                : PIPE
120
121TOOL CFG: ALF:1 IBD:1 HAD:1 SRD:1 RDQ:1 SQP:0 ASR:0 PAD:0 LDC:1 NRF:0 BQP:0 QBO:0 GPB:1 FEN:1 EdgePrediction:1 RQT:1 CIP:1 ROT:1 AIS:1 MRG:1 IMP:0 AMVRES:1 SPF:1 AMP:1
122
123POC    0 ( I-SLICE, QP 32 )      68216 bits [Y 33.7743 dB    U 36.8815 dB    V 38.4724 dB]  [ET    16 ] [L0 ] [L1 ]
124POC    4 ( B-SLICE, QP 33 )      18600 bits [Y 32.8482 dB    U 36.4771 dB    V 37.9811 dB]  [ET    20 ] [L0 0 ] [L1 0 ]
125POC    1 ( B-SLICE, QP 36 )       1984 bits [Y 32.2189 dB    U 36.3460 dB    V 38.1406 dB]  [ET    11 ] [L0 0 ] [L1 0 ]
126POC    2 ( B-SLICE, QP 36 )       3280 bits [Y 31.4627 dB    U 36.2400 dB    V 37.7344 dB]  [ET    12 ] [L0 0 ] [L1 0 ]
127POC    3 ( B-SLICE, QP 36 )       4400 bits [Y 31.0055 dB    U 35.7232 dB    V 37.3206 dB]  [ET    16 ] [L0 0 ] [L1 0 ]
128POC    8 ( B-SLICE, QP 33 )      16536 bits [Y 32.7511 dB    U 36.3424 dB    V 37.9377 dB]  [ET    27 ] [L0 4 0 ] [L1 4 0 ]
129POC    5 ( B-SLICE, QP 36 )       1216 bits [Y 31.7853 dB    U 36.1630 dB    V 37.6489 dB]  [ET    18 ] [L0 4 0 ] [L1 4 0 ]
130POC    6 ( B-SLICE, QP 36 )       2424 bits [Y 31.1933 dB    U 35.8692 dB    V 37.3749 dB]  [ET    20 ] [L0 4 0 ] [L1 4 0 ]
131POC    7 ( B-SLICE, QP 36 )       3136 bits [Y 31.0276 dB    U 35.8958 dB    V 37.3133 dB]  [ET    21 ] [L0 4 0 ] [L1 4 0 ]
132POC    9 ( B-SLICE, QP 36 )       1408 bits [Y 31.7266 dB    U 35.9783 dB    V 37.8223 dB]  [ET    20 ] [L0 8 4 ] [L1 8 4 ]
133
134SUMMARY --------------------------------------------------------
135        Total Frames |  Bitrate    Y-PSNR    U-PSNR    V-PSNR
136               10    a    363.6000   31.9793   36.1916   37.7746
137
138
139I Slices--------------------------------------------------------
140        Total Frames |  Bitrate    Y-PSNR    U-PSNR    V-PSNR
141                1    i   2046.4800   33.7743   36.8815   38.4724
142
143
144P Slices--------------------------------------------------------
145        Total Frames |  Bitrate    Y-PSNR    U-PSNR    V-PSNR
146                0    p     -1.#IND   -1.#IND   -1.#IND   -1.#IND
147
148
149B Slices--------------------------------------------------------
150        Total Frames |  Bitrate    Y-PSNR    U-PSNR    V-PSNR
151                9    b    176.6133   31.7799   36.1150   37.6971
152
153 Total Time:      180.820 sec.
154Press any key to continue . . .
155
156
157
158
159Dec
160
161
162TMuC SW candidate: Decoder Version [0.7.3][Windows][VS 1500][64 bit]
163
164POC    0 ( I-SLICE, QP 32 ) [DT  0.194] [L0 ] [L1 ]
165POC    4 ( B-SLICE, QP 33 ) [DT  0.153] [L0 0 ] [L1 0 ]
166POC    1 ( B-SLICE, QP 36 ) [DT  0.123] [L0 0 ] [L1 0 ]
167POC    2 ( B-SLICE, QP 36 ) [DT  0.125] [L0 0 ] [L1 0 ]
168POC    3 ( B-SLICE, QP 36 ) [DT  0.137] [L0 0 ] [L1 0 ]
169POC    8 ( B-SLICE, QP 33 ) [DT  0.152] [L0 4 0 ] [L1 4 0 ] Assertion failed: 0, file ..\..\source\Lib\TLibCommon\TComBitStream.cpp, line 153