Home | History | Annotate | Download | only in src

Lines Matching full:dst1

300         type *dst1;                                                                     \
313 dst1 = dst + dststep; \
394 dst1[x] = (type)_pu_scale_( PU_FILTER_ZI( row1[x], row2[x] )); \
403 dst1[x] = (type)_pu_scale_( PU_RB_ZI( row1[x] )); \
412 dst1[x] = (type)_pu_scale_( PU_LT_ZI( row0[x], row1[x] )); \
418 dst1[x] = (type)_pu_scale_( PU_SINGULAR_ZI( row0[x] )); \