1#sample config file
2super_block_size = 128                  # super block size. 0, 64 or 128
3max_partition_size = 128                # max partition size(8, 16, 32, 64, 128)
4min_partition_size = 4                  # min partition size(4, 8, 16, 32, 64)
5disable_rect_partition_type = 0         # disable rectangle partition type
6disable_ab_partition_type = 0           # disable AB partition type
7disable_1to4_partition_type = 0         # disable 1 to 4 and 4 to 1 partition type
8disable_intra_angle_delta = 0           # disable intra angle delta
9disable_paeth_intra = 0                 # disable paeth intra
10disable_smooth_intra = 0                # disable intra smooth mode
11disable_intra_edge_filter = 0           # disable intra edge filter
12disable_filter_intra = 0                # disable filter intra
13disable_intrabc = 0                     # disable Intra Block Copy
14disable_cfl = 0                         # disable chroma from luma prediction
15disable_palette = 0                     # disable Palette
16disable_flip_idtx = 0                   # disable flip and identity transform
17disable_tx_64x64 = 0                    # disable 64x64 transform
18reduced_tx_type_set = 0                 # use reduced transform type set
19reduced_reference_set = 0               # use reduced reference frame set
20disable_obmc = 0                        # disable OBMC
21disable_warp_motion = 0                 # disable Warped Motion
22disable_global_motion = 0               # disable global motion
23disable_ref_frame_mv = 0                # disable ref mv
24disable_dual_filter = 0                 # disable dual interpolation filter
25disable_one_sided_comp = 0              # disable one sided compound mode
26disable_masked_comp = 0                 # disable masked compound prediction
27disable_diff_wtd_comp = 0               # disable difference weighted compound mode
28disable_inter_inter_wedge = 0           # disable inter/inter wedge comp
29disable_dist_wtd_comp = 0               # disable distant weighted compound mode
30disable_inter_intra_comp = 0            # disable inter/intra compound mode.
31disable_inter_intra_wedge = 0           # disable inter/intra wedge comp
32disable_smooth_inter_intra = 0          # disable smooth inter/intra
33disable_cdef = 0                        # disable CDEF filter
34disable_lr = 0                          # disable Loop Restoration Filter
35disable_trellis_quant = 0               # disable trellis quantization