HomeSort by relevance Sort by last modified time
    Searched refs:jpc_tsfb_t (Results 1 - 5 of 5) sorted by null

  /external/opencv3/3rdparty/libjasper/
jpc_tsfb.h 115 } jpc_tsfb_t; typedef in typeref:struct:__anon21755
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,
jpc_tsfb.c 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
    [all...]
jpc_dec.h 472 jpc_tsfb_t *tsfb;
jpc_enc.h 521 jpc_tsfb_t *tsfb;
jpc_enc.c 903 jpc_tsfb_t *tsfb;
    [all...]

Completed in 1669 milliseconds