Home
last modified time | relevance | path

Searched refs:jas_matrix_get (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djas_seq.c172 *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()
Djpc_dec.c1089 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()
Djpc_t1enc.c151 v = abs(jas_matrix_get(cblk->data, i, j)); in jpc_enc_enccblks()
Djpc_enc.c1219 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/
Djas_seq.h158 #define jas_matrix_get(matrix, i, j) \ macro
261 (jas_matrix_get(s, (y) - (s)->ystart_, (x) - (s)->xstart_))
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp279 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/
Dgrfmt_jpeg2000.cpp308 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()