Lines Matching refs:rowstep
262 int rowstep; in jas_matrix_divpow2() local
265 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_divpow2()
267 rowstart += rowstep) { in jas_matrix_divpow2()
283 int rowstep; in jas_matrix_clip() local
285 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_clip()
287 rowstart += rowstep) { in jas_matrix_clip()
306 int rowstep; in jas_matrix_asr() local
310 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_asr()
312 rowstart += rowstep) { in jas_matrix_asr()
325 int rowstep; in jas_matrix_asl() local
328 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_asl()
330 rowstart += rowstep) { in jas_matrix_asl()
367 int rowstep; in jas_matrix_setall() local
370 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_setall()
372 rowstart += rowstep) { in jas_matrix_setall()