Searched refs:jas_matrix_rowstep (Results 1 – 5 of 5) sorted by relevance
389 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()
265 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()
453 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()
436 drs = jas_matrix_rowstep(data); in jas_image_readcmpt()487 drs = jas_matrix_rowstep(data); in jas_image_writecmpt()
225 #define jas_matrix_rowstep(matrix) \ macro230 (((matrix)->numrows_ > 1) ? (jas_matrix_rowstep(matrix)) : (1))263 jas_matrix_rowstep(s)