Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicResize.cpp76 static float4 cubicInterpolate(float4 p0,float4 p1,float4 p2,float4 p3, float x) { in cubicInterpolate() function
81 static float2 cubicInterpolate(float2 p0,float2 p1,float2 p2,float2 p3, float x) { in cubicInterpolate() function
88 static float cubicInterpolate(float p0,float p1,float p2,float p3 , float x) { in cubicInterpolate() function
95 static float cubicInterpolate(float p0,float p1,float p2,float p3 , float x) { in cubicInterpolate() function
111 float4 p0 = cubicInterpolate(convert_float4(yp0[xs0]), in OneBiCubic()
116 float4 p1 = cubicInterpolate(convert_float4(yp1[xs0]), in OneBiCubic()
121 float4 p2 = cubicInterpolate(convert_float4(yp2[xs0]), in OneBiCubic()
126 float4 p3 = cubicInterpolate(convert_float4(yp3[xs0]), in OneBiCubic()
131 float4 p = cubicInterpolate(p0, p1, p2, p3, yf); in OneBiCubic()
146 float2 p0 = cubicInterpolate(convert_float2(yp0[xs0]), in OneBiCubic()
[all …]
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dresize.rscript38 static float4 cubicInterpolate (float4 p0,float4 p1,float4 p2,float4 p3 , float x) {
68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
74 float4 p1 = cubicInterpolate(p10, p11, p12, p13, xf);
80 float4 p2 = cubicInterpolate(p20, p21, p22, p23, xf);
86 float4 p3 = cubicInterpolate(p30, p31, p32, p33, xf);
88 float4 p = cubicInterpolate(p0, p1, p2, p3, yf);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dresize.rscript38 static float4 cubicInterpolate (float4 p0,float4 p1,float4 p2,float4 p3 , float x) {
68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
74 float4 p1 = cubicInterpolate(p10, p11, p12, p13, xf);
80 float4 p2 = cubicInterpolate(p20, p21, p22, p23, xf);
86 float4 p3 = cubicInterpolate(p30, p31, p32, p33, xf);
88 float4 p = cubicInterpolate(p0, p1, p2, p3, yf);
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dresize.rscript38 static float4 cubicInterpolate (float4 p0,float4 p1,float4 p2,float4 p3 , float x) {
68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
74 float4 p1 = cubicInterpolate(p10, p11, p12, p13, xf);
80 float4 p2 = cubicInterpolate(p20, p21, p22, p23, xf);
86 float4 p3 = cubicInterpolate(p30, p31, p32, p33, xf);
88 float4 p = cubicInterpolate(p0, p1, p2, p3, yf);