Lines Matching full:row1
299 worktype *row0, *row1, *row2; \
311 row1 = rows[1]; \
393 dst[x] = (type)_pu_scale_( PU_FILTER( row0[x], row1[x], row2[x] )); \
394 dst1[x] = (type)_pu_scale_( PU_FILTER_ZI( row1[x], row2[x] )); \
402 dst[x] = (type)_pu_scale_( PU_RB( row0[x], row1[x] )); \
403 dst1[x] = (type)_pu_scale_( PU_RB_ZI( row1[x] )); \
411 dst[x] = (type)_pu_scale_( PU_LT( row0[x], row1[x] )); \
412 dst1[x] = (type)_pu_scale_( PU_LT_ZI( row0[x], row1[x] )); \