-
Notifications
You must be signed in to change notification settings - Fork 101
/
config_LDB_low_complexity.txt
21 lines (20 loc) · 1.69 KB
/
config_LDB_low_complexity.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-HQperiod 12 ; Period of high quality frames
-mqpP 1.2 ; QP multiplier for low quality frames
-dqpI -2 ; QP offset for intra frames
-lambda_coeffI 0.8 ; Multiplier for lambda - I frames
-lambda_coeffP 1.2 ; Multiplier for lambda - P frames
;
;Low complexity operating point
;
-intra_rdo 0 ; Use RDO for choosing intra mode
-enable_tb_split 0 ; Enable splitting of a block in 4 transform blocks
-enable_pb_split 0 ; Enable splitting of an inter block in 4 prediction blocks
-early_skip_thr 1.0 ; Early skip threshold
-max_num_ref 2 ; Number of reference frames
-use_block_contexts 1 ; Use block contexts
-enable_bipred 0 ; Enable biprediction
-encoder_speed 2 ; Encoder complexity parameter (0: Slow, 1: Moderate: 2: Fast)
-enable_cfl_intra 1 ; Enable chroma prediction from luma for intra
-enable_cfl_inter 0 ; Enable chroma prediction from luma for inter
-cdef 0 ; 0 = off, 1 = slow, 2 = moderate, 3 = fast
-clpf 1