[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.encoder.EBCOTRateAllocator.writePosCompResLy

writePosCompResLy Method

writePosCompResLy(int, int, int, int, int, int[][], int)

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

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