Home | History | Annotate | Download | only in main

Lines Matching refs:c0

1404 #define LERP(n, t, c0, c1) (((n) - (t)) * (c0) + (t) * (c1) + (n) / 2) / (n)