We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a01df commit ba1edf6Copy full SHA for ba1edf6
src/lib/openjp2/mqc.h
@@ -77,6 +77,7 @@ typedef struct opj_mqc {
77
OPJ_BYTE *end;
78
opj_mqc_state_t *ctxs[MQC_NUMCTXS];
79
opj_mqc_state_t **curctx;
80
+ const OPJ_BYTE *lut_ctxno_zc_orient; /* lut_ctxno_zc shifted by 256 * bandno */
81
#ifdef MQC_PERF_OPT
82
unsigned char *buffer;
83
#endif
0 commit comments