Searched refs:maxrows_ (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libjasper/
H A Djas_seq.c112 matrix->maxrows_ = numrows;
116 if (matrix->maxrows_ > 0) {
117 if (!(matrix->rows_ = jas_alloc2(matrix->maxrows_,
222 mat0->maxrows_ = mat0->numrows_;
223 mat0->rows_ = jas_alloc2(mat0->maxrows_, sizeof(jas_seqent_t *));
348 if (size > matrix->datasize_ || numrows > matrix->maxrows_) {
/external/opencv3/3rdparty/libjasper/jasper/
H A Djas_seq.h132 int_fast32_t maxrows_; member in struct:__anon14723

Completed in 122 milliseconds