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) 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()
204 void jpc_tsfb_getbands2(jpc_tsfb_t *tsfb, int locxstart, int locystart, in jpc_tsfb_getbands2()