[]
        
(Showing Draft Content)

CSJ2K.j2k.quantization.quantizer.StdQuantizer.calcSbParams

calcSbParams Method

calcSbParams(SubbandAn, int)

Calculates the parameters of the SubbandAn objects that depend on the Quantizer. The 'stepWMSE' field is calculated for each subband which is a leaf in the tree rooted at 'sb', for the specified component. The subband tree 'sb' must be the one for the component 'n'.

Declaration
protected override void calcSbParams(SubbandAn sb, int c)
Parameters
Type Name Description
SubbandAn sb

The root of the subband tree.

int c

The component index

Overrides
See Also