diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-06-01 19:42:03 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-06-02 18:22:42 +0200 |
| commit | 2ba861c37cb5032d1fa90a7c9298f6e08a0f5413 (patch) | |
| tree | f5854c9fd54a8dd8ebc39f719e661c655da33555 /src/lib/openjp2/t1.h | |
| parent | a0861855c11bcb8c93f399ca51e766b5c8ef9e33 (diff) | |
Optimize opj_t1_update_flags()
Diffstat (limited to 'src/lib/openjp2/t1.h')
| -rw-r--r-- | src/lib/openjp2/t1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/openjp2/t1.h b/src/lib/openjp2/t1.h index a6982ce2..17123265 100644 --- a/src/lib/openjp2/t1.h +++ b/src/lib/openjp2/t1.h @@ -124,6 +124,7 @@ in T1.C are used by some function in TCD.C. #define T1_MU_3 (1U << 29) #define T1_PI_3 (1U << 30) #define T1_CHI_5 (1U << 31) +#define T1_CHI_5_I 31 /** As an example, the bits T1_SIGMA_3, T1_SIGMA_4 and T1_SIGMA_5 * indicate the significance state of the west neighbour of data point zero |
