Searched refs:bilerp4 (Results 1 – 1 of 1) sorted by relevance
43 static Sk4s SK_VECTORCALL bilerp4(Sk4s xs, Sk4s ys, Sk4f px00, Sk4f px10, in bilerp4() function578 return bilerp4(Sk4f{X(sample) - 0.5f}, Sk4f{Y(sample) - 0.5f}, px00, px10, px01, px11); in bilerpSamplePoint()