Searched refs:jas_seq2d_create (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_seq.h | 245 jas_matrix_t *jas_seq2d_create(int xstart, int ystart, int xend, int yend); 281 (jas_seq2d_create(start, 0, end, 1))
|
/external/opencv3/3rdparty/libjasper/ |
D | jas_seq.c | 86 jas_matrix_t *jas_seq2d_create(int xstart, int ystart, int xend, int yend) in jas_seq2d_create() function 167 y = jas_seq2d_create(jas_seq2d_xstart(x), jas_seq2d_ystart(x), jas_seq2d_xend(x), in jas_seq2d_copy() 395 if (!(matrix = jas_seq2d_create(xoff, yoff, xoff + numcols, yoff + numrows))) in jas_seq2d_input()
|
D | jpc_dec.c | 699 if (!(tcomp->data = jas_seq2d_create(JPC_CEILDIV(tile->xstart, in jpc_dec_tileinit() 792 if (!(band->data = jas_seq2d_create(0, 0, 0, 0))) { in jpc_dec_tileinit() 862 if (!(cblk->data = jas_seq2d_create(0, 0, 0, 0))) { in jpc_dec_tileinit()
|
D | jpc_enc.c | 2074 if (!(tcmpt->data = jas_seq2d_create(tlx, tly, brx, bry))) { in tcmpt_create() 2277 if (!(band->data = jas_seq2d_create(0, 0, 0, 0))) { in band_create() 2536 if (!(cblk->data = jas_seq2d_create(0, 0, 0, 0))) { in cblk_create()
|