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