diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-05-24 15:38:21 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-05-24 15:38:48 +0200 |
| commit | 1c5627ee7406f84cfb40809b7ac31c63342427df (patch) | |
| tree | af950f3432f4983fc45316d35240d3bc0e5fe5bb /src/lib/openjp2/t1.h | |
| parent | 1e931fdb3655c64ab60ea5657f79309331a86485 (diff) | |
T1 encoder: speed-up by aggressive inlining and more cache friendly data organization
~ 9% speed improvement seen on 10980x10980 uint16 image, T36JTT_20160914T074612_B02.tif
opj_compress time from 17.2s to 15.8s
Diffstat (limited to 'src/lib/openjp2/t1.h')
| -rw-r--r-- | src/lib/openjp2/t1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/openjp2/t1.h b/src/lib/openjp2/t1.h index bc8a8111..81ad0d00 100644 --- a/src/lib/openjp2/t1.h +++ b/src/lib/openjp2/t1.h @@ -198,7 +198,6 @@ typedef struct opj_t1 { OPJ_UINT32 h; OPJ_UINT32 datasize; OPJ_UINT32 flagssize; - OPJ_UINT32 data_stride; OPJ_BOOL encoder; /* Thre 3 variables below are only used by the decoder */ |
