Ticket #1536: test_rect_slice-2-2-1-1.cfg

File test_rect_slice-2-2-1-1.cfg, 1.4 KB (added by iole_moccagatta, 2 years ago)
Line 
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 ================
6EnablePicPartitioning         : 1                         # Enable picture partitioning (0: single tile, single slice, 1: multiple tiles/slices can be used)
7
8TileColumnWidthArray          : 4                       # Tile column widths in units of CTUs. Last column width will be repeated uniformly to cover any remaining picture width
9TileRowHeightArray            : 6                       # Tile row heights in units of CTUs. Last row height will be repeated uniformly to cover any remaining picture height 
10RasterScanSlices              : 0                         # Raster-scan or rectangular slices (0: rectangular, 1: raster-scan)
11RectSlicePositions            : 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
12DisableLoopFilterAcrossTiles  : 0                         # Loop filtering (DBLK/SAO/ALF) applied across tile boundaries or not (0: filter across tile boundaries  1: do not filter across tile boundaries)
13DisableLoopFilterAcrossSlices : 0                         # Loop filtering (DBLK/SAO/ALF) applied across slice boundaries or not (0: filter across slice boundaries 1: do not filter across slice boundaries)