Home
last modified time | relevance | path

Searched refs:jas_matrix_rowstep (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djpc_t1dec.c389 frowstep = jas_matrix_rowstep(flags); in dec_sigpass()
390 drowstep = jas_matrix_rowstep(data); in dec_sigpass()
495 frowstep = jas_matrix_rowstep(flags); in dec_rawsigpass()
496 drowstep = jas_matrix_rowstep(data); in dec_rawsigpass()
598 frowstep = jas_matrix_rowstep(flags); in dec_refpass()
599 drowstep = jas_matrix_rowstep(data); in dec_refpass()
696 frowstep = jas_matrix_rowstep(flags); in dec_rawrefpass()
697 drowstep = jas_matrix_rowstep(data); in dec_rawrefpass()
813 frowstep = jas_matrix_rowstep(flags); in dec_clnpass()
814 drowstep = jas_matrix_rowstep(data); in dec_clnpass()
Djas_seq.c265 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_divpow2()
285 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_clip()
310 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_asr()
328 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_asl()
370 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_setall()
Djpc_t1enc.c453 frowstep = jas_matrix_rowstep(flags); in jpc_encsigpass()
454 drowstep = jas_matrix_rowstep(data); in jpc_encsigpass()
552 frowstep = jas_matrix_rowstep(flags); in jpc_encrawsigpass()
553 drowstep = jas_matrix_rowstep(data); in jpc_encrawsigpass()
655 frowstep = jas_matrix_rowstep(flags); in jpc_encrefpass()
656 drowstep = jas_matrix_rowstep(data); in jpc_encrefpass()
747 frowstep = jas_matrix_rowstep(flags); in jpc_encrawrefpass()
748 drowstep = jas_matrix_rowstep(data); in jpc_encrawrefpass()
855 frowstep = jas_matrix_rowstep(flags); in jpc_encclnpass()
856 drowstep = jas_matrix_rowstep(data); in jpc_encclnpass()
Djas_image.c436 drs = jas_matrix_rowstep(data); in jas_image_readcmpt()
487 drs = jas_matrix_rowstep(data); in jas_image_writecmpt()
/external/opencv3/3rdparty/libjasper/jasper/
Djas_seq.h225 #define jas_matrix_rowstep(matrix) \ macro
230 (((matrix)->numrows_ > 1) ? (jas_matrix_rowstep(matrix)) : (1))
263 jas_matrix_rowstep(s)