Searched defs:mqenc (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jpc_mqenc.c | 190 jpc_mqenc_t *mqenc; in jpc_mqenc_create() local 223 void jpc_mqenc_destroy(jpc_mqenc_t *mqenc) in jpc_mqenc_destroy() 237 void jpc_mqenc_init(jpc_mqenc_t *mqenc) in jpc_mqenc_init() 249 void jpc_mqenc_setctxs(jpc_mqenc_t *mqenc, int numctxs, jpc_mqctx_t *ctxs) in jpc_mqenc_setctxs() 271 void jpc_mqenc_getstate(jpc_mqenc_t *mqenc, jpc_mqencstate_t *state) in jpc_mqenc_getstate() 285 int jpc_mqenc_putbit_func(jpc_mqenc_t *mqenc, int bit) in jpc_mqenc_putbit_func() 309 int jpc_mqenc_codemps2(jpc_mqenc_t *mqenc) in jpc_mqenc_codemps2() 326 int jpc_mqenc_codelps(jpc_mqenc_t *mqenc) in jpc_mqenc_codelps() 338 int jpc_mqenc_flush(jpc_mqenc_t *mqenc, int termmode) in jpc_mqenc_flush() 373 static void jpc_mqenc_setbits(jpc_mqenc_t *mqenc) in jpc_mqenc_setbits() [all …]
|
D | jpc_t1enc.c | 408 #define sigpass_step(fp, frowstep, dp, bitpos, one, nmsedec, orient, mqenc, vcausalflag) \ argument 429 static int jpc_encsigpass(jpc_mqenc_t *mqenc, int bitpos, int orient, int vcausalflag, in jpc_encsigpass() 617 #define refpass_step(fp, dp, bitpos, one, nmsedec, mqenc, vcausalflag) \ argument 630 static int jpc_encrefpass(jpc_mqenc_t *mqenc, int bitpos, int vcausalflag, jas_matrix_t *flags, jas… in jpc_encrefpass() 804 #define clnpass_step(fp, frowstep, dp, bitpos, one, orient, nmsedec, mqenc, label1, label2, vcausal… argument 829 static int jpc_encclnpass(jpc_mqenc_t *mqenc, int bitpos, int orient, int vcausalflag, int segsymfl… in jpc_encclnpass()
|
D | jpc_enc.h | 319 jpc_mqenc_t *mqenc; member
|