Home | History | Annotate | Download | only in libjasper

Lines Matching refs:jpc_tsfb_t

85 void jpc_tsfb_getbands2(jpc_tsfb_t *tsfb, int locxstart, int locystart,
93 jpc_tsfb_t *jpc_cod_gettsfb(int qmfbid, int numlvls)
95 jpc_tsfb_t *tsfb;
97 if (!(tsfb = malloc(sizeof(jpc_tsfb_t))))
117 void jpc_tsfb_destroy(jpc_tsfb_t *tsfb)
122 int jpc_tsfb_analyze(jpc_tsfb_t *tsfb, jas_seq2d_t *a)
130 int jpc_tsfb_analyze2(jpc_tsfb_t *tsfb, int *a, int xstart, int ystart,
149 int jpc_tsfb_synthesize(jpc_tsfb_t *tsfb, jas_seq2d_t *a)
157 int jpc_tsfb_synthesize2(jpc_tsfb_t *tsfb, int *a, int xstart, int ystart,
177 int jpc_tsfb_getbands(jpc_tsfb_t *tsfb, uint_fast32_t xstart,
204 void jpc_tsfb_getbands2(jpc_tsfb_t *tsfb, int locxstart, int locystart,