Searched refs:jas_seqent_t (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libjasper/
H A Djas_seq.c118 sizeof(jas_seqent_t *)))) {
126 sizeof(jas_seqent_t)))) {
223 mat0->rows_ = jas_alloc2(mat0->maxrows_, sizeof(jas_seqent_t *));
261 jas_seqent_t *rowstart;
263 jas_seqent_t *data;
276 void jas_matrix_clip(jas_matrix_t *matrix, jas_seqent_t minval, jas_seqent_t maxval)
280 jas_seqent_t v;
281 jas_seqent_t *rowstart;
282 jas_seqent_t *dat
[all...]
H A Djas_image.c103 static uint_fast32_t inttobits(jas_seqent_t v, int prec, bool sgnd);
104 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, bool sgnd);
412 jas_seqent_t v;
414 jas_seqent_t *dr;
415 jas_seqent_t *d;
464 jas_seqent_t *d;
465 jas_seqent_t *dr;
467 jas_seqent_t v;
717 static uint_fast32_t inttobits(jas_seqent_t v, int prec, bool sgnd)
724 static jas_seqent_t bitstoin
[all...]
/external/opencv3/3rdparty/libjasper/jasper/
H A Djas_seq.h98 typedef int_fast32_t jas_seqent_t; typedef
129 jas_seqent_t **rows_;
135 jas_seqent_t *data_;
209 void jas_matrix_clip(jas_matrix_t *matrix, jas_seqent_t minval,
210 jas_seqent_t maxval);
222 void jas_matrix_setall(jas_matrix_t *matrix, jas_seqent_t val);
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg2000.cpp279 jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 );
341 jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 );
/external/opencv3/modules/imgcodecs/src/
H A Dgrfmt_jpeg2000.cpp308 jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 );
372 jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 );

Completed in 512 milliseconds