[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.encoder.EBCOTRateAllocator.writeResPosCompLy

writeResPosCompLy Method

writeResPosCompLy(int, int, int, int, int, int[][], int)

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

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

Last layer index.