[]
Write a piece of bit stream according to the COMP_POS_RES_LY_PROG progression mode and between given bounds
public virtual void writeCompPosResLy(int t, int rs, int re, int cs, int ce, int[][] lys, int lye)
Public Overridable Sub writeCompPosResLy(t As Integer, rs As Integer, re As Integer, cs As Integer, ce As Integer, lys As Integer()(), lye As Integer)
| Type | Name | Description |
|---|---|---|
| int | t | Tile index. |
| int | rs | First resolution level index. |
| int | re | Last resolution level index. |
| int | cs | First component index. |
| int | ce | Last component index. |
| int[][] | lys | First layer index for each component and resolution. |
| int | lye | Index of the last layer. |