Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/jasper/
Djas_seq.h111 int_fast32_t xstart_; member
251 ((s)->xstart_)
259 (jas_matrix_getref(s, (y) - (s)->ystart_, (x) - (s)->xstart_))
261 (jas_matrix_get(s, (y) - (s)->ystart_, (x) - (s)->xstart_))
265 ((s)->xend_ - (s)->xstart_)
269 ((s)->xstart_ = (x), (s)->ystart_ = (y), \
270 (s)->xend_ = (s)->xstart_ + (s)->numcols_, \
287 ((seq)->rows_[0][(i) - (seq)->xstart_] = (v))
289 (&(seq)->rows_[0][(i) - (seq)->xstart_])
291 ((seq)->rows_[0][(i) - (seq)->xstart_])
[all …]
/external/opencv3/3rdparty/libjasper/
Djas_seq.c93 matrix->xstart_ = xstart; in jas_seq2d_create()
140 matrix->xstart_ = 0; in jas_matrix_create()
199 jas_matrix_bindsub(s, s1, ystart - s1->ystart_, xstart - s1->xstart_, in jas_seq2d_bindsub()
200 yend - s1->ystart_ - 1, xend - s1->xstart_ - 1); in jas_seq2d_bindsub()
228 mat0->xstart_ = mat1->xstart_ + c0; in jas_matrix_bindsub()
230 mat0->xend_ = mat0->xstart_ + mat0->numcols_; in jas_matrix_bindsub()