Searched refs:jas_matrix_get (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jas_seq.c | 172 *jas_matrix_getref(y, i, j) = jas_matrix_get(x, i, j); in jas_seq2d_copy() 186 *jas_matrix_getref(y, i, j) = jas_matrix_get(x, i, j); in jas_matrix_copy() 249 if (jas_matrix_get(mat0, i, j) != jas_matrix_get(mat1, i, j)) { in jas_matrix_cmp() 434 x = jas_matrix_get(matrix, i, j); in jas_seq2d_output()
|
D | jpc_dec.c | 1089 v = jas_matrix_get(tcomp->data, i, j); in jpc_dec_tiledecode() 1784 t = jas_matrix_get(x, i, j); in jpc_dequantize() 1814 val = jas_matrix_get(x, i, j); in jpc_undo_roi()
|
D | jpc_t1enc.c | 151 v = abs(jas_matrix_get(cblk->data, i, j)); in jpc_enc_enccblks()
|
D | jpc_enc.c | 1219 mag = abs(jas_matrix_get(band->data, y, x)); in jpc_enc_encodemainbody() 1498 t = jas_matrix_get(data, i, j); in jpc_quantize()
|
/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_seq.h | 158 #define jas_matrix_get(matrix, i, j) \ macro 261 (jas_matrix_get(s, (y) - (s)->ystart_, (x) - (s)->xstart_))
|
/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()
|