Searched refs:rowstep (Results 1 – 2 of 2) sorted by relevance
262 int rowstep; in jas_matrix_divpow2() local265 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_divpow2()267 rowstart += rowstep) { in jas_matrix_divpow2()283 int rowstep; in jas_matrix_clip() local285 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_clip()287 rowstart += rowstep) { in jas_matrix_clip()306 int rowstep; in jas_matrix_asr() local310 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_asr()312 rowstart += rowstep) { in jas_matrix_asr()325 int rowstep; in jas_matrix_asl() local[all …]
240 #define JPC_UPDATEFLAGS4(fp, rowstep, s, vcausalflag) \ argument242 register jpc_fix_t *np = (fp) - (rowstep); \243 register jpc_fix_t *sp = (fp) + (rowstep); \