Home | History | Annotate | Download | only in test

Lines Matching full:interpolatelinear

371     void interpolateLinear(float x, float* coeffs)
416 interpolate_method inter_array[] = { &interpolateLinear, &interpolateCubic, &interpolateLanczos4 };