| 1 | # example configuration file for rectangular slices |
|---|
| 2 | # to be used in combination with a CTC and sequence configuration file |
|---|
| 3 | # contains 1 tiles and 4 rectangular slices |
|---|
| 4 | |
|---|
| 5 | #============ Tiles / Slices ================ |
|---|
| 6 | EnablePicPartitioning : 1 # Enable picture partitioning (0: single tile, single slice, 1: multiple tiles/slices can be used) |
|---|
| 7 | |
|---|
| 8 | TileColumnWidthArray : 4 # Tile column widths in units of CTUs. Last column width will be repeated uniformly to cover any remaining picture width |
|---|
| 9 | TileRowHeightArray : 6 # Tile row heights in units of CTUs. Last row height will be repeated uniformly to cover any remaining picture height |
|---|
| 10 | RasterScanSlices : 0 # Raster-scan or rectangular slices (0: rectangular, 1: raster-scan) |
|---|
| 11 | RectSlicePositions : 0 7 8 15 16 19 20 23 # Rectangular slice positions. List containing pairs of top-left CTU RS address followed by bottom-right CTU RS address |
|---|
| 12 | DisableLoopFilterAcrossTiles : 0 # Loop filtering (DBLK/SAO/ALF) applied across tile boundaries or not (0: filter across tile boundaries 1: do not filter across tile boundaries) |
|---|
| 13 | DisableLoopFilterAcrossSlices : 0 # Loop filtering (DBLK/SAO/ALF) applied across slice boundaries or not (0: filter across slice boundaries 1: do not filter across slice boundaries) |
|---|