Home
last modified time | relevance | path

Searched refs:cubicInterpolateF (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/toolkit/test/
DReferenceResize.kt51 private fun cubicInterpolateF(p0: FloatArray, p1: FloatArray, p2: FloatArray, p3: FloatArray, in cubicInterpolateF() method
83 val p0 = cubicInterpolateF(p00, p01, p02, p03, xf) in bicubicU4()
89 val p1 = cubicInterpolateF(p10, p11, p12, p13, xf) in bicubicU4()
95 val p2 = cubicInterpolateF(p20, p21, p22, p23, xf) in bicubicU4()
101 val p3 = cubicInterpolateF(p30, p31, p32, p33, xf) in bicubicU4()
103 return cubicInterpolateF(p0, p1, p2, p3, yf) in bicubicU4()