OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jas_matrix_create
(Results
1 - 6
of
6
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp
229
jas_matrix_t *buffer =
jas_matrix_create
( yend / ystep, xend / xstep );
458
jas_matrix_t *row =
jas_matrix_create
( 1, w );
481
jas_matrix_t *row =
jas_matrix_create
( 1, w );
/external/opencv3/3rdparty/libjasper/
jas_seq.c
90
if (!(matrix =
jas_matrix_create
(yend - ystart, xend - xstart))) {
100
jas_matrix_t *
jas_matrix_create
(int numrows, int numcols)
function
183
y =
jas_matrix_create
(x->numrows_, x->numcols_);
jpc_t1dec.c
207
if (!(cblk->flags =
jas_matrix_create
(jas_matrix_numrows(cblk->data) +
jpc_t1enc.c
240
cblk->flags =
jas_matrix_create
(jas_matrix_numrows(cblk->data) + 2,
/external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp
249
jas_matrix_t *buffer =
jas_matrix_create
( yend / ystep, xend / xstep );
498
jas_matrix_t *row =
jas_matrix_create
( 1, w );
522
jas_matrix_t *row =
jas_matrix_create
( 1, w );
/external/opencv3/3rdparty/libjasper/jasper/
jas_seq.h
186
jas_matrix_t *
jas_matrix_create
(int numrows, int numcols);
Completed in 891 milliseconds