Home
last modified time | relevance | path

Searched refs:jpc_tsfb_t (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djpc_tsfb.h115 } jpc_tsfb_t; typedef
122 jpc_tsfb_t *jpc_cod_gettsfb(int qmfbid, int numlevels);
125 void jpc_tsfb_destroy(jpc_tsfb_t *tsfb);
128 int jpc_tsfb_analyze(jpc_tsfb_t *tsfb, jas_seq2d_t *x);
131 int jpc_tsfb_synthesize(jpc_tsfb_t *tsfb, jas_seq2d_t *x);
134 int jpc_tsfb_getbands(jpc_tsfb_t *tsfb, uint_fast32_t xstart,
Djpc_tsfb.c85 void jpc_tsfb_getbands2(jpc_tsfb_t *tsfb, int locxstart, int locystart,
93 jpc_tsfb_t *jpc_cod_gettsfb(int qmfbid, int numlvls) in jpc_cod_gettsfb()
95 jpc_tsfb_t *tsfb; in jpc_cod_gettsfb()
97 if (!(tsfb = malloc(sizeof(jpc_tsfb_t)))) in jpc_cod_gettsfb()
117 void jpc_tsfb_destroy(jpc_tsfb_t *tsfb) in jpc_tsfb_destroy()
122 int jpc_tsfb_analyze(jpc_tsfb_t *tsfb, jas_seq2d_t *a) in jpc_tsfb_analyze()
130 int jpc_tsfb_analyze2(jpc_tsfb_t *tsfb, int *a, int xstart, int ystart, in jpc_tsfb_analyze2()
149 int jpc_tsfb_synthesize(jpc_tsfb_t *tsfb, jas_seq2d_t *a) in jpc_tsfb_synthesize()
157 int jpc_tsfb_synthesize2(jpc_tsfb_t *tsfb, int *a, int xstart, int ystart, in jpc_tsfb_synthesize2()
177 int jpc_tsfb_getbands(jpc_tsfb_t *tsfb, uint_fast32_t xstart, in jpc_tsfb_getbands()
[all …]
Djpc_enc.h521 jpc_tsfb_t *tsfb;
Djpc_dec.h472 jpc_tsfb_t *tsfb;
Djpc_enc.c903 jpc_tsfb_t *tsfb; in jpc_enc_encodemainhdr()