Home
last modified time | relevance | path

Searched refs:jas_matrix_create (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djas_seq.c90 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()
Djpc_t1dec.c207 if (!(cblk->flags = jas_matrix_create(jas_matrix_numrows(cblk->data) + in jpc_dec_decodecblk()
Djpc_t1enc.c240 cblk->flags = jas_matrix_create(jas_matrix_numrows(cblk->data) + 2, in jpc_enc_enccblk()
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp229 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/
Dgrfmt_jpeg2000.cpp249 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/
Djas_seq.h186 jas_matrix_t *jas_matrix_create(int numrows, int numcols);