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

  /external/opencv3/3rdparty/libjasper/jasper/
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/
jas_seq.c 86 jas_matrix_t *jas_seq2d_create(int xstart, int ystart, int xend, int yend) function
167 y = jas_seq2d_create(jas_seq2d_xstart(x), jas_seq2d_ystart(x), jas_seq2d_xend(x),
395 if (!(matrix = jas_seq2d_create(xoff, yoff, xoff + numcols, yoff + numrows)))
jpc_dec.c 699 if (!(tcomp->data = jas_seq2d_create(JPC_CEILDIV(tile->xstart,
792 if (!(band->data = jas_seq2d_create(0, 0, 0, 0))) {
862 if (!(cblk->data = jas_seq2d_create(0, 0, 0, 0))) {
    [all...]
jpc_enc.c     [all...]

Completed in 82 milliseconds