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

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djas_seq.c160 matrix->rows_ = 0;
166 if (!(matrix->rows_ = jas_malloc(matrix->maxrows_ *
182 matrix->rows_[i] = &matrix->data_[i * matrix->numcols_];
204 if (matrix->rows_) {
205 jas_free(matrix->rows_);
206 matrix->rows_ = 0;
264 if (mat0->rows_) {
265 jas_free(mat0->rows_);
266 mat0->rows_ = 0;
272 mat0->rows_
[all...]
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_seq.h176 jas_seqent_t **rows_; member in struct:__anon2753
206 ((matrix)->rows_[i][j])
210 ((matrix)->rows_[i][j] = (v))
214 (((matrix)->numrows_ == 1) ? ((matrix)->rows_[0][i]) : \
215 ((matrix)->rows_[i][0]))
219 (((matrix)->numrows_ == 1) ? ((matrix)->rows_[0][i] = (v)) : \
220 ((matrix)->rows_[i][0] = (v)))
224 (&(matrix)->rows_[i][j])
273 (((matrix)->numrows_ > 1) ? ((matrix)->rows_[1] - (matrix)->rows_[
[all...]

Completed in 37 milliseconds