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

  /external/opencv3/3rdparty/libjasper/
jpc_mct.h 97 void jpc_rct(jas_matrix_t *c0, jas_matrix_t *c1, jas_matrix_t *c2);
100 void jpc_irct(jas_matrix_t *c0, jas_matrix_t *c1, jas_matrix_t *c2);
103 void jpc_ict(jas_matrix_t *c0, jas_matrix_t *c1, jas_matrix_t *c2);
106 void jpc_iict(jas_matrix_t *c0, jas_matrix_t *c1, jas_matrix_t *c2)
    [all...]
jas_seq.c 86 jas_matrix_t *jas_seq2d_create(int xstart, int ystart, int xend, int yend)
88 jas_matrix_t *matrix;
100 jas_matrix_t *jas_matrix_create(int numrows, int numcols)
102 jas_matrix_t *matrix;
105 if (!(matrix = jas_malloc(sizeof(jas_matrix_t)))) {
148 void jas_matrix_destroy(jas_matrix_t *matrix)
164 jas_matrix_t *y;
178 jas_matrix_t *jas_matrix_copy(jas_matrix_t *x)
180 jas_matrix_t *y
    [all...]
jpc_mct.c 87 void jpc_rct(jas_matrix_t *c0, jas_matrix_t *c1, jas_matrix_t *c2)
130 void jpc_irct(jas_matrix_t *c0, jas_matrix_t *c1, jas_matrix_t *c2)
171 void jpc_ict(jas_matrix_t *c0, jas_matrix_t *c1, jas_matrix_t *c2)
212 void jpc_iict(jas_matrix_t *c0, jas_matrix_t *c1, jas_matrix_t *c2
    [all...]
jpc_dec.h 304 jas_matrix_t *flags;
307 jas_matrix_t *data;
359 jas_matrix_t *data;
463 jas_matrix_t *data;
jpc_enc.h 322 jas_matrix_t *data;
325 jas_matrix_t *flags;
409 jas_matrix_t *data;
512 jas_matrix_t *data;
jpc_t1dec.c 95 int vcausalflag, jas_matrix_t *flags, jas_matrix_t *data);
97 int vcausalflag, jas_matrix_t *flags, jas_matrix_t *data);
99 jas_matrix_t *flags, jas_matrix_t *data);
101 int vcausalflag, jas_matrix_t *flags, jas_matrix_t *data);
103 int vcausalflag, int segsymflag, jas_matrix_t *flags, jas_matrix_t *data)
    [all...]
jpc_t1enc.c 89 jas_matrix_t *flags, jas_matrix_t *data, int term, long *nmsedec);
91 static int jpc_encrefpass(jpc_mqenc_t *mqenc, int bitpos, int, jas_matrix_t *flags,
92 jas_matrix_t *data, int term, long *nmsedec);
95 int, jas_matrix_t *flags, jas_matrix_t *data, int term, long *nmsedec);
98 jas_matrix_t *flags, jas_matrix_t *data, int term, long *nmsedec);
101 jas_matrix_t *flags, jas_matrix_t *data, int term, long *nmsedec)
    [all...]
jpc_dec.c 178 static void jpc_dequantize(jas_matrix_t *x, jpc_fix_t absstepsize);
179 static void jpc_undo_roi(jas_matrix_t *x, int roishift, int bgshift, int numbps);
    [all...]
jas_image.c 406 jas_matrix_t *data)
459 jas_image_coord_t height, jas_matrix_t *data)
    [all...]
jpc_enc.c 153 void jpc_quantize(jas_matrix_t *data, jpc_fix_t stepsize);
    [all...]
  /external/opencv3/3rdparty/libjasper/jasper/
jas_seq.h 140 } jas_matrix_t; typedef in typeref:struct:__anon21670
142 typedef jas_matrix_t jas_seq2d_t;
143 typedef jas_matrix_t jas_seq_t;
186 jas_matrix_t *jas_matrix_create(int numrows, int numcols);
189 void jas_matrix_destroy(jas_matrix_t *matrix);
192 int jas_matrix_resize(jas_matrix_t *matrix, int numrows, int numcols);
194 int jas_matrix_output(jas_matrix_t *matrix, FILE *out);
197 void jas_matrix_bindsub(jas_matrix_t *mat0, jas_matrix_t *mat1, int r0, int c0,
209 void jas_matrix_clip(jas_matrix_t *matrix, jas_seqent_t minval
    [all...]
jas_image.h 418 jas_matrix_t *data);
423 jas_matrix_t *data);
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.h 73 bool ReadComponent8u( uchar *data, jas_matrix_t *buffer, int step, int cmpt,
75 bool ReadComponent16u( unsigned short *data, jas_matrix_t *buffer, int step, int cmpt,
grfmt_jpeg2000.cpp 229 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep );
259 bool GrFmtJpeg2000Reader::ReadComponent8u( uchar *data, jas_matrix_t *buffer,
321 bool GrFmtJpeg2000Reader::ReadComponent16u( unsigned short *data, jas_matrix_t *buffer,
458 jas_matrix_t *row = jas_matrix_create( 1, w );
481 jas_matrix_t *row = jas_matrix_create( 1, w );
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 249 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep );
290 jas_matrix_t* buffer = (jas_matrix_t*)_buffer;
354 jas_matrix_t* buffer = (jas_matrix_t*)_buffer;
498 jas_matrix_t *row = jas_matrix_create( 1, w );
522 jas_matrix_t *row = jas_matrix_create( 1, w );

Completed in 246 milliseconds