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

  /external/opencv3/3rdparty/libjasper/
jas_seq.c 110 matrix->numcols_ = numcols;
133 matrix->rows_[i] = &matrix->data_[i * matrix->numcols_];
142 matrix->xend_ = matrix->numcols_;
171 for (j = 0; j < x->numcols_; ++j) {
183 y = jas_matrix_create(x->numrows_, x->numcols_);
185 for (j = 0; j < x->numcols_; ++j) {
221 mat0->numcols_ = c1 - c0 + 1;
230 mat0->xend_ = mat0->xstart_ + mat0->numcols_;
243 if (mat0->numrows_ != mat1->numrows_ || mat0->numcols_ !=
244 mat1->numcols_) {
    [all...]
  /external/opencv3/3rdparty/libjasper/jasper/
jas_seq.h 126 int_fast32_t numcols_; member in struct:__anon21670
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_, \

Completed in 57 milliseconds