Home | History | Annotate | Download | only in src

Lines Matching refs:ty

2395         double ty = tempbuf[y];                                                         \
2398 double t0 = dst[x] + ty*tempbuf[x]; \
2399 double t1 = dst[x+1] + ty*tempbuf[x+1]; \
2402 t0 = dst[x+2] + ty*tempbuf[x+2]; \
2403 t1 = dst[x+3] + ty*tempbuf[x+3]; \
2408 dst[x] = (avgtype)(dst[x] + ty*tempbuf[x]); \