Home
last modified time | relevance | path

Searched refs:numcols_ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djas_seq.c110 matrix->numcols_ = numcols; in jas_matrix_create()
133 matrix->rows_[i] = &matrix->data_[i * matrix->numcols_]; in jas_matrix_create()
142 matrix->xend_ = matrix->numcols_; in jas_matrix_create()
171 for (j = 0; j < x->numcols_; ++j) { in jas_seq2d_copy()
183 y = jas_matrix_create(x->numrows_, x->numcols_); in jas_matrix_copy()
185 for (j = 0; j < x->numcols_; ++j) { in jas_matrix_copy()
221 mat0->numcols_ = c1 - c0 + 1; in jas_matrix_bindsub()
230 mat0->xend_ = mat0->xstart_ + mat0->numcols_; in jas_matrix_bindsub()
243 if (mat0->numrows_ != mat1->numrows_ || mat0->numcols_ != in jas_matrix_cmp()
244 mat1->numcols_) { in jas_matrix_cmp()
[all …]
/external/opencv3/3rdparty/libjasper/jasper/
Djas_seq.h126 int_fast32_t numcols_; member
155 ((matrix)->numcols_)
183 (max((matrix)->numrows_, (matrix)->numcols_))
202 (jas_matrix_bindsub((mat0), (mat1), (r), 0, (r), (mat1)->numcols_ - 1))
270 (s)->xend_ = (s)->xstart_ + (s)->numcols_, \