Home
last modified time | relevance | path

Searched defs:mqdec (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djpc_mqdec.c109 jpc_mqdec_t *mqdec; in jpc_mqdec_create() local
146 void jpc_mqdec_destroy(jpc_mqdec_t *mqdec) in jpc_mqdec_destroy()
160 void jpc_mqdec_init(jpc_mqdec_t *mqdec) in jpc_mqdec_init()
182 void jpc_mqdec_setinput(jpc_mqdec_t *mqdec, jas_stream_t *in) in jpc_mqdec_setinput()
189 void jpc_mqdec_setctxs(jpc_mqdec_t *mqdec, int numctxs, jpc_mqctx_t *ctxs) in jpc_mqdec_setctxs()
210 void jpc_mqdec_setctx(jpc_mqdec_t *mqdec, int ctxno, jpc_mqctx_t *ctx) in jpc_mqdec_setctx()
223 int jpc_mqdec_getbit_func(register jpc_mqdec_t *mqdec) in jpc_mqdec_getbit_func()
236 int jpc_mqdec_mpsexchrenormd(register jpc_mqdec_t *mqdec) in jpc_mqdec_mpsexchrenormd()
247 int jpc_mqdec_lpsexchrenormd(register jpc_mqdec_t *mqdec) in jpc_mqdec_lpsexchrenormd()
262 static void jpc_mqdec_bytein(jpc_mqdec_t *mqdec) in jpc_mqdec_bytein()
[all …]
Djpc_t1dec.c110 #define JPC_T1D_GETBIT(mqdec, v, passtypename, symtypename) \ argument
113 #define JPC_T1D_GETBIT(mqdec, v, passtypename, symtypename) \ argument
122 #define JPC_T1D_GETBITNOSKEW(mqdec, v, passtypename, symtypename) \ argument
341 #define jpc_sigpass_step(fp, frowstep, dp, bitpos, oneplushalf, orient, mqdec, vcausalflag) \ argument
361 static int dec_sigpass(jpc_dec_t *dec, register jpc_mqdec_t *mqdec, int bitpos, int orient, in dec_sigpass()
556 #define jpc_refpass_step(fp, dp, poshalf, neghalf, mqdec, vcausalflag) \ argument
569 static int dec_refpass(jpc_dec_t *dec, register jpc_mqdec_t *mqdec, int bitpos, in dec_refpass()
753 #define jpc_clnpass_step(f, fp, frowstep, dp, oneplushalf, orient, mqdec, flabel, plabel, vcausalfl… argument
775 static int dec_clnpass(jpc_dec_t *dec, register jpc_mqdec_t *mqdec, int bitpos, int orient, in dec_clnpass()
Djpc_dec.h298 jpc_mqdec_t *mqdec; member