Searched refs:jas_matrix_create (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jas_seq.c | 90 if (!(matrix = jas_matrix_create(yend - ystart, xend - xstart))) { in jas_seq2d_create() 100 jas_matrix_t *jas_matrix_create(int numrows, int numcols) in jas_matrix_create() function 183 y = jas_matrix_create(x->numrows_, x->numcols_); in jas_matrix_copy()
|
D | jpc_t1dec.c | 207 if (!(cblk->flags = jas_matrix_create(jas_matrix_numrows(cblk->data) + in jpc_dec_decodecblk()
|
D | jpc_t1enc.c | 240 cblk->flags = jas_matrix_create(jas_matrix_numrows(cblk->data) + 2, in jpc_enc_enccblk()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg2000.cpp | 229 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep ); in ReadData() 458 jas_matrix_t *row = jas_matrix_create( 1, w ); in WriteComponent8u() 481 jas_matrix_t *row = jas_matrix_create( 1, w ); in WriteComponent16u()
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_jpeg2000.cpp | 249 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep ); in readData() 498 jas_matrix_t *row = jas_matrix_create( 1, w ); in writeComponent8u() 522 jas_matrix_t *row = jas_matrix_create( 1, w ); in writeComponent16u()
|
/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_seq.h | 186 jas_matrix_t *jas_matrix_create(int numrows, int numcols);
|