[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.encoder.EBCOTRateAllocator.writeLyResCompPos

writeLyResCompPos Method

writeLyResCompPos(int, int, int, int, int, int[][], int)

Write a piece of bit stream according to the LY_RES_COMP_POS_PROG progression mode and between given bounds

Declaration
public virtual void writeLyResCompPos(int t, int rs, int re, int cs, int ce, int[][] lys, int lye)
Public Overridable Sub writeLyResCompPos(t As Integer, rs As Integer, re As Integer, cs As Integer, ce As Integer, lys As Integer()(), lye As Integer)
Parameters
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.