• Home
  • Raw
  • Download

Lines Matching refs:xs1

107     int xs1 = rsMax(0, startx + 1);  in OneBiCubic()  local
112 convert_float4(yp0[xs1]), in OneBiCubic()
117 convert_float4(yp1[xs1]), in OneBiCubic()
122 convert_float4(yp2[xs1]), in OneBiCubic()
127 convert_float4(yp3[xs1]), in OneBiCubic()
142 int xs1 = rsMax(0, startx + 1); in OneBiCubic() local
147 convert_float2(yp0[xs1]), in OneBiCubic()
152 convert_float2(yp1[xs1]), in OneBiCubic()
157 convert_float2(yp2[xs1]), in OneBiCubic()
162 convert_float2(yp3[xs1]), in OneBiCubic()
177 int xs1 = rsMax(0, startx + 1); in OneBiCubic() local
181 float p0 = cubicInterpolate((float)yp0[xs0], (float)yp0[xs1], in OneBiCubic()
183 float p1 = cubicInterpolate((float)yp1[xs0], (float)yp1[xs1], in OneBiCubic()
185 float p2 = cubicInterpolate((float)yp2[xs0], (float)yp2[xs1], in OneBiCubic()
187 float p3 = cubicInterpolate((float)yp3[xs0], (float)yp3[xs1], in OneBiCubic()
258 int xs1 = rsMax(0, startx + 1); in OneBiCubic() local
262 float4 p0 = cubicInterpolate(yp0[xs0], yp0[xs1], in OneBiCubic()
264 float4 p1 = cubicInterpolate(yp1[xs0], yp1[xs1], in OneBiCubic()
266 float4 p2 = cubicInterpolate(yp2[xs0], yp2[xs1], in OneBiCubic()
268 float4 p3 = cubicInterpolate(yp3[xs0], yp3[xs1], in OneBiCubic()
281 int xs1 = rsMax(0, startx + 1); in OneBiCubic() local
285 float2 p0 = cubicInterpolate(yp0[xs0], yp0[xs1], in OneBiCubic()
287 float2 p1 = cubicInterpolate(yp1[xs0], yp1[xs1], in OneBiCubic()
289 float2 p2 = cubicInterpolate(yp2[xs0], yp2[xs1], in OneBiCubic()
291 float2 p3 = cubicInterpolate(yp3[xs0], yp3[xs1], in OneBiCubic()
304 int xs1 = rsMax(0, startx + 1); in OneBiCubic() local
308 float p0 = cubicInterpolate(yp0[xs0], yp0[xs1], in OneBiCubic()
310 float p1 = cubicInterpolate(yp1[xs0], yp1[xs1], in OneBiCubic()
312 float p2 = cubicInterpolate(yp2[xs0], yp2[xs1], in OneBiCubic()
314 float p3 = cubicInterpolate(yp3[xs0], yp3[xs1], in OneBiCubic()