summaryrefslogtreecommitdiff
path: root/libopenjpeg/tcd.h
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2004-07-13 09:17:17 +0000
committerAntonin Descampe <antonin@gmail.com>2004-07-13 09:17:17 +0000
commitbc563fc5ba6e0369dc7da995e971b7077f4788a5 (patch)
treebe25510575befe169b98430087b80840d4a90cd8 /libopenjpeg/tcd.h
parentf50f66c0c9b00426ad85cbdb444b47b31f89171d (diff)
* Quantization bug fixed when using 9x7 DWT (comment keyword : quantizbug1)
* Multiplication bug fixed when dividing by 8192 (comment keyword : multbug1)
Diffstat (limited to 'libopenjpeg/tcd.h')
-rw-r--r--libopenjpeg/tcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopenjpeg/tcd.h b/libopenjpeg/tcd.h
index 236a3a6b..6e64717d 100644
--- a/libopenjpeg/tcd.h
+++ b/libopenjpeg/tcd.h
@@ -57,6 +57,7 @@ typedef struct {
typedef struct {
int x0, y0, x1, y1; /* dimension of the code-blocks : left upper corner (x0, y0) right low corner (x1,y1) */
int numbps;
+ int lastbp; /* Add antonin : quantizbug1 */
int numlenbits;
int len; /* length */
int numpasses; /* number of pass already done for the code-blocks */