[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.encoder.EBCOTRateAllocator.writeResLyCompPos

writeResLyCompPos Method

writeResLyCompPos(int, int, int, int, int, int[][], int)

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

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