Searched refs:jas_seqent_t (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jas_seq.c | 118 sizeof(jas_seqent_t *)))) { in jas_matrix_create() 126 sizeof(jas_seqent_t)))) { in jas_matrix_create() 223 mat0->rows_ = jas_alloc2(mat0->maxrows_, sizeof(jas_seqent_t *)); in jas_matrix_bindsub() 261 jas_seqent_t *rowstart; in jas_matrix_divpow2() 263 jas_seqent_t *data; in jas_matrix_divpow2() 276 void jas_matrix_clip(jas_matrix_t *matrix, jas_seqent_t minval, jas_seqent_t maxval) in jas_matrix_clip() 280 jas_seqent_t v; in jas_matrix_clip() 281 jas_seqent_t *rowstart; in jas_matrix_clip() 282 jas_seqent_t *data; in jas_matrix_clip() 305 jas_seqent_t *rowstart; in jas_matrix_asr() [all …]
|
D | jas_image.c | 103 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; in jas_image_readcmpt() 414 jas_seqent_t *dr; in jas_image_readcmpt() 415 jas_seqent_t *d; in jas_image_readcmpt() 464 jas_seqent_t *d; in jas_image_writecmpt() 465 jas_seqent_t *dr; in jas_image_writecmpt() 467 jas_seqent_t v; in jas_image_writecmpt() 717 static uint_fast32_t inttobits(jas_seqent_t v, int prec, bool sgnd) in inttobits() 724 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, bool sgnd) in bitstoint() [all …]
|
/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_seq.h | 98 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/ |
D | grfmt_jpeg2000.cpp | 279 jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 ); in ReadComponent8u() 341 jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 ); in ReadComponent16u()
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_jpeg2000.cpp | 308 jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 ); in readComponent8u() 372 jas_seqent_t* pix_row = &jas_matrix_get( buffer, y / ystep, 0 ); in readComponent16u()
|