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

  /external/opencv3/3rdparty/libjasper/
jas_seq.c 109 matrix->numrows_ = numrows;
143 matrix->yend_ = matrix->numrows_;
170 for (i = 0; i < x->numrows_; ++i) {
183 y = jas_matrix_create(x->numrows_, x->numcols_);
184 for (i = 0; i < x->numrows_; ++i) {
220 mat0->numrows_ = r1 - r0 + 1;
222 mat0->maxrows_ = mat0->numrows_;
224 for (i = 0; i < mat0->numrows_; ++i) {
231 mat0->yend_ = mat0->ystart_ + mat0->numrows_;
243 if (mat0->numrows_ != mat1->numrows_ || mat0->numcols_ !
    [all...]
  /external/opencv3/3rdparty/libjasper/jasper/
jas_seq.h 123 int_fast32_t numrows_; member in struct:__anon21670
151 ((matrix)->numrows_)
167 (((matrix)->numrows_ == 1) ? ((matrix)->rows_[0][i]) : \
172 (((matrix)->numrows_ == 1) ? ((matrix)->rows_[0][i] = (v)) : \
180 (((matrix)->numrows_ > 1) ? jas_matrix_getref(matrix, i, 0) : jas_matrix_getref(matrix, 0, i))
183 (max((matrix)->numrows_, (matrix)->numcols_))
206 (jas_matrix_bindsub((mat0), (mat1), 0, (c), (mat1)->numrows_ - 1, (c)))
226 (((matrix)->numrows_ > 1) ? ((matrix)->rows_[1] - (matrix)->rows_[0]) : (0))
230 (((matrix)->numrows_ > 1) ? (jas_matrix_rowstep(matrix)) : (1))
271 (s)->yend_ = (s)->ystart_ + (s)->numrows_)
    [all...]

Completed in 57 milliseconds