Skip to content
Snippets Groups Projects
Commit 0aefaba5 authored by Biao Wang's avatar Biao Wang
Browse files

correct configuration file

parent 27535e34
No related branches found
No related tags found
No related merge requests found
# example cfg file, assuming an 832x480 input sequence with CTU size = 128x128, and split to 2 tiles, with two tile columns and one tile row. # example cfg file, assuming an 832x480 input sequence with CTU size = 128x128, and split to 2 tiles, with two tile columns and one tile row.
# example 2 tiles, 3 subpictures (and each subpicture is a slice) in a 832x480 picture: # example 2 tiles, 4 subpictures (and each subpicture is a slice) in a 832x480 picture:
#---------- #----------
#| | | #| | |
#| | | #| | |
...@@ -35,4 +35,4 @@ RectSliceFixedWidth : 0 # Fixed rectangular slic ...@@ -35,4 +35,4 @@ RectSliceFixedWidth : 0 # Fixed rectangular slic
RectSliceFixedHeight : 0 # Fixed rectangular slice height in units of tiles (0: disable this feature and use RectSlicePositions instead) RectSliceFixedHeight : 0 # Fixed rectangular slice height in units of tiles (0: disable this feature and use RectSlicePositions instead)
RectSlicePositions : 0 10 14 24 4 13 18 27 RectSlicePositions : 0 10 14 24 4 13 18 27
DisableLoopFilterAcrossTiles : 1 # Loop filtering (DBLK/SAO/ALF) applied across tile boundaries or not (0: filter across tile boundaries 1: do not filter across tile boundaries) DisableLoopFilterAcrossTiles : 1 # Loop filtering (DBLK/SAO/ALF) applied across tile boundaries or not (0: filter across tile boundaries 1: do not filter across tile boundaries)
DisableLoopFilterAcrossSlices : 1 # Loop filtering (DBLK/SAO/ALF) applied across slice boundaries or not (0: filter across slice boundaries 1: do not filter across slice boundaries) DisableLoopFilterAcrossSlices : 1 # Loop filtering (DBLK/SAO/ALF) applied across slice boundaries or not (0: filter across slice boundaries 1: do not filter across slice boundaries)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment