jpc_mqenc_t 319 3rdparty/libjasper/jpc_enc.h jpc_mqenc_t *mqenc; jpc_mqenc_t 180 3rdparty/libjasper/jpc_mqenc.c static void jpc_mqenc_setbits(jpc_mqenc_t *mqenc); jpc_mqenc_t 188 3rdparty/libjasper/jpc_mqenc.c jpc_mqenc_t *jpc_mqenc_create(int maxctxs, jas_stream_t *out) jpc_mqenc_t 190 3rdparty/libjasper/jpc_mqenc.c jpc_mqenc_t *mqenc; jpc_mqenc_t 193 3rdparty/libjasper/jpc_mqenc.c if (!(mqenc = jas_malloc(sizeof(jpc_mqenc_t)))) { jpc_mqenc_t 223 3rdparty/libjasper/jpc_mqenc.c void jpc_mqenc_destroy(jpc_mqenc_t *mqenc) jpc_mqenc_t 237 3rdparty/libjasper/jpc_mqenc.c void jpc_mqenc_init(jpc_mqenc_t *mqenc) jpc_mqenc_t 249 3rdparty/libjasper/jpc_mqenc.c void jpc_mqenc_setctxs(jpc_mqenc_t *mqenc, int numctxs, jpc_mqctx_t *ctxs) jpc_mqenc_t 271 3rdparty/libjasper/jpc_mqenc.c void jpc_mqenc_getstate(jpc_mqenc_t *mqenc, jpc_mqencstate_t *state) jpc_mqenc_t 285 3rdparty/libjasper/jpc_mqenc.c int jpc_mqenc_putbit_func(jpc_mqenc_t *mqenc, int bit) jpc_mqenc_t 309 3rdparty/libjasper/jpc_mqenc.c int jpc_mqenc_codemps2(jpc_mqenc_t *mqenc) jpc_mqenc_t 326 3rdparty/libjasper/jpc_mqenc.c int jpc_mqenc_codelps(jpc_mqenc_t *mqenc) jpc_mqenc_t 338 3rdparty/libjasper/jpc_mqenc.c int jpc_mqenc_flush(jpc_mqenc_t *mqenc, int termmode) jpc_mqenc_t 373 3rdparty/libjasper/jpc_mqenc.c static void jpc_mqenc_setbits(jpc_mqenc_t *mqenc) jpc_mqenc_t 384 3rdparty/libjasper/jpc_mqenc.c int jpc_mqenc_dump(jpc_mqenc_t *mqenc, FILE *out) jpc_mqenc_t 156 3rdparty/libjasper/jpc_mqenc.h jpc_mqenc_t *jpc_mqenc_create(int maxctxs, jas_stream_t *out); jpc_mqenc_t 159 3rdparty/libjasper/jpc_mqenc.h void jpc_mqenc_destroy(jpc_mqenc_t *enc); jpc_mqenc_t 166 3rdparty/libjasper/jpc_mqenc.h void jpc_mqenc_init(jpc_mqenc_t *enc); jpc_mqenc_t 177 3rdparty/libjasper/jpc_mqenc.h void jpc_mqenc_setctx(jpc_mqenc_t *enc, int ctxno, jpc_mqctx_t *ctx); jpc_mqenc_t 180 3rdparty/libjasper/jpc_mqenc.h void jpc_mqenc_setctxs(jpc_mqenc_t *enc, int numctxs, jpc_mqctx_t *ctxs); jpc_mqenc_t 191 3rdparty/libjasper/jpc_mqenc.h void jpc_mqenc_getstate(jpc_mqenc_t *enc, jpc_mqencstate_t *state); jpc_mqenc_t 194 3rdparty/libjasper/jpc_mqenc.h int jpc_mqenc_flush(jpc_mqenc_t *enc, int termmode); jpc_mqenc_t 211 3rdparty/libjasper/jpc_mqenc.h int jpc_mqenc_dump(jpc_mqenc_t *mqenc, FILE *out); jpc_mqenc_t 229 3rdparty/libjasper/jpc_mqenc.h int jpc_mqenc_codemps2(jpc_mqenc_t *enc); jpc_mqenc_t 230 3rdparty/libjasper/jpc_mqenc.h int jpc_mqenc_codelps(jpc_mqenc_t *enc); jpc_mqenc_t 234 3rdparty/libjasper/jpc_mqenc.h int jpc_mqenc_putbit_func(jpc_mqenc_t *enc, int bit); jpc_mqenc_t 88 3rdparty/libjasper/jpc_t1enc.c static int jpc_encsigpass(jpc_mqenc_t *mqenc, int bitpos, int orient, int, jpc_mqenc_t 91 3rdparty/libjasper/jpc_t1enc.c static int jpc_encrefpass(jpc_mqenc_t *mqenc, int bitpos, int, jas_matrix_t *flags, jpc_mqenc_t 94 3rdparty/libjasper/jpc_t1enc.c static int jpc_encclnpass(jpc_mqenc_t *mqenc, int bitpos, int orient, int, jpc_mqenc_t 429 3rdparty/libjasper/jpc_t1enc.c static int jpc_encsigpass(jpc_mqenc_t *mqenc, int bitpos, int orient, int vcausalflag, jpc_mqenc_t 630 3rdparty/libjasper/jpc_t1enc.c static int jpc_encrefpass(jpc_mqenc_t *mqenc, int bitpos, int vcausalflag, jas_matrix_t *flags, jas_matrix_t *data, jpc_mqenc_t 829 3rdparty/libjasper/jpc_t1enc.c static int jpc_encclnpass(jpc_mqenc_t *mqenc, int bitpos, int orient, int vcausalflag, int segsymflag, jas_matrix_t *flags,