Home | History | Annotate | Download | only in src

Lines Matching full:_src

909     const srctype* _src = (const srctype*)src;                          \
910 srcstep /= sizeof(_src[0]); /*dststep /= sizeof(_dst[0]);*/ \
912 for( ; size.height--; _src += srcstep, dst += dststep ) \
918 worktype t0 = scale_macro((a)*_src[i] + (b)); \
919 worktype t1 = scale_macro((a)*_src[i+1] + (b)); \
927 t0 = scale_macro((a)*_src[i+2] + (b)); \
928 t1 = scale_macro((a)*_src[i+3] + (b)); \
939 worktype t0 = scale_macro((a)*_src[i] + (b)); \
1110 const srctype* _src = (const srctype*)src; \
1111 srcstep /= sizeof(_src[0]); \
1113 for( ; size.height--; _src += srcstep, dst += dststep ) \
1117 worktype t0 = scale_macro((a)*_src[i]+(b)); \
1118 worktype t1 = scale_macro((a)*_src[i+1]+(b)); \
1123 t0 = scale_macro((a)*_src[i+2] + (b)); \
1124 t1 = scale_macro((a)*_src[i+3] + (b)); \
1132 worktype t0 = scale_macro((a)*_src[i] + (b)); \
1348 const srctype* _src = (const srctype*)src; \
1349 srcstep /= sizeof(_src[0]); \
1351 for( ; size.height--; _src += srcstep, dst += dststep ) \
1357 worktype t0 = cast_macro1(_src[i]); \
1358 worktype t1 = cast_macro1(_src[i+1]); \
1363 t0 = cast_macro1(_src[i+2]); \
1364 t1 = cast_macro1(_src[i+3]); \
1372 worktype t0 = cast_macro1(_src[i]); \