|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CBlkSizeSpec | |
---|---|
ucar.jpeg.jj2000.j2k.decoder | |
ucar.jpeg.jj2000.j2k.encoder | |
ucar.jpeg.jj2000.j2k.entropy.encoder |
Uses of CBlkSizeSpec in ucar.jpeg.jj2000.j2k.decoder |
---|
Fields in ucar.jpeg.jj2000.j2k.decoder declared as CBlkSizeSpec | |
---|---|
CBlkSizeSpec |
DecoderSpecs.cblks
Code-blocks sizes specification |
Uses of CBlkSizeSpec in ucar.jpeg.jj2000.j2k.encoder |
---|
Fields in ucar.jpeg.jj2000.j2k.encoder declared as CBlkSizeSpec | |
---|---|
CBlkSizeSpec |
EncoderSpecs.cblks
Code-blocks sizes specification |
Uses of CBlkSizeSpec in ucar.jpeg.jj2000.j2k.entropy.encoder |
---|
Methods in ucar.jpeg.jj2000.j2k.entropy.encoder with parameters of type CBlkSizeSpec | |
---|---|
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. |
Constructors in ucar.jpeg.jj2000.j2k.entropy.encoder with parameters of type CBlkSizeSpec | |
---|---|
StdEntropyCoder(CBlkQuantDataSrcEnc src,
CBlkSizeSpec cblks,
PrecinctSizeSpec pss,
StringSpec bms,
StringSpec mqrs,
StringSpec rts,
StringSpec css,
StringSpec sss,
StringSpec lcs,
StringSpec tts)
Instantiates a new entropy coder engine, with the specified source of data, nominal block width and height. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |