[]
Initializes the source of wavelet transform coefficients. The constructor takes information on whether the quantizer is in reversible, derived or expounded mode. If the quantizer is reversible the value of 'derived' is ignored. If the source data is not integer (int) then the quantizer can not be reversible.
<p>After initializing member attributes, getAnSubbandTree is called for
all components setting the 'stepWMSE' for all subbands in the current
tile.</p>
public StdQuantizer(CBlkWTDataSrc src, EncoderSpecs encSpec)
Type | Name | Description |
---|---|---|
CBlkWTDataSrc | src | The source of wavelet transform coefficients. |
EncoderSpecs | encSpec | The encoder specifications |