• Home
  • Raw
  • Download

Lines Matching refs:xs0

91     int xs0 = rsMax(0, startx + 0);  in OneBiCubic()  local
96 float4 p0 = cubicInterpolate(convert_float4(yp0[xs0]), in OneBiCubic()
101 float4 p1 = cubicInterpolate(convert_float4(yp1[xs0]), in OneBiCubic()
106 float4 p2 = cubicInterpolate(convert_float4(yp2[xs0]), in OneBiCubic()
111 float4 p3 = cubicInterpolate(convert_float4(yp3[xs0]), in OneBiCubic()
126 int xs0 = rsMax(0, startx + 0); in OneBiCubic() local
131 float2 p0 = cubicInterpolate(convert_float2(yp0[xs0]), in OneBiCubic()
136 float2 p1 = cubicInterpolate(convert_float2(yp1[xs0]), in OneBiCubic()
141 float2 p2 = cubicInterpolate(convert_float2(yp2[xs0]), in OneBiCubic()
146 float2 p3 = cubicInterpolate(convert_float2(yp3[xs0]), in OneBiCubic()
161 int xs0 = rsMax(0, startx + 0); in OneBiCubic() local
166 float p0 = cubicInterpolate((float)yp0[xs0], (float)yp0[xs1], in OneBiCubic()
168 float p1 = cubicInterpolate((float)yp1[xs0], (float)yp1[xs1], in OneBiCubic()
170 float p2 = cubicInterpolate((float)yp2[xs0], (float)yp2[xs1], in OneBiCubic()
172 float p3 = cubicInterpolate((float)yp3[xs0], (float)yp3[xs1], in OneBiCubic()
242 int xs0 = rsMax(0, startx + 0); in OneBiCubic() local
247 float4 p0 = cubicInterpolate(yp0[xs0], yp0[xs1], in OneBiCubic()
249 float4 p1 = cubicInterpolate(yp1[xs0], yp1[xs1], in OneBiCubic()
251 float4 p2 = cubicInterpolate(yp2[xs0], yp2[xs1], in OneBiCubic()
253 float4 p3 = cubicInterpolate(yp3[xs0], yp3[xs1], in OneBiCubic()
265 int xs0 = rsMax(0, startx + 0); in OneBiCubic() local
270 float2 p0 = cubicInterpolate(yp0[xs0], yp0[xs1], in OneBiCubic()
272 float2 p1 = cubicInterpolate(yp1[xs0], yp1[xs1], in OneBiCubic()
274 float2 p2 = cubicInterpolate(yp2[xs0], yp2[xs1], in OneBiCubic()
276 float2 p3 = cubicInterpolate(yp3[xs0], yp3[xs1], in OneBiCubic()
288 int xs0 = rsMax(0, startx + 0); in OneBiCubic() local
293 float p0 = cubicInterpolate(yp0[xs0], yp0[xs1], in OneBiCubic()
295 float p1 = cubicInterpolate(yp1[xs0], yp1[xs1], in OneBiCubic()
297 float p2 = cubicInterpolate(yp2[xs0], yp2[xs1], in OneBiCubic()
299 float p3 = cubicInterpolate(yp3[xs0], yp3[xs1], in OneBiCubic()