Uses of Class
ucar.jpeg.jj2000.j2k.entropy.encoder.EntropyCoder

Packages that use EntropyCoder
ucar.jpeg.jj2000.j2k.entropy.encoder   
 

Uses of EntropyCoder in ucar.jpeg.jj2000.j2k.entropy.encoder
 

Subclasses of EntropyCoder in ucar.jpeg.jj2000.j2k.entropy.encoder
 class StdEntropyCoder
          This class implements the JPEG 2000 entropy coder, which codes stripes in code-blocks.
 

Methods in ucar.jpeg.jj2000.j2k.entropy.encoder that return EntropyCoder
static EntropyCoder EntropyCoder.createInstance(CBlkQuantDataSrcEnc src, ParameterList pl, CBlkSizeSpec cblks, PrecinctSizeSpec pss, StringSpec bms, StringSpec mqrs, StringSpec rts, StringSpec css, StringSpec sss, StringSpec lcs, StringSpec tts)
          Creates a EntropyCoder object for the appropriate entropy coding parameters in the parameter list 'pl', and having 'src' as the source of quantized data.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.