Lines Matching refs:xs2
134 int xs2 = std::min(maxx, startx + 2); in OneBiCubic() local
139 convert<float4>(yp0[xs2]), in OneBiCubic()
144 convert<float4>(yp1[xs2]), in OneBiCubic()
149 convert<float4>(yp2[xs2]), in OneBiCubic()
154 convert<float4>(yp3[xs2]), in OneBiCubic()
169 int xs2 = std::min(maxx, startx + 2); in OneBiCubic() local
174 convert<float2>(yp0[xs2]), in OneBiCubic()
179 convert<float2>(yp1[xs2]), in OneBiCubic()
184 convert<float2>(yp2[xs2]), in OneBiCubic()
189 convert<float2>(yp3[xs2]), in OneBiCubic()
204 int xs2 = std::min(maxx, startx + 2); in OneBiCubic() local
208 (float)yp0[xs2], (float)yp0[xs3], xf); in OneBiCubic()
210 (float)yp1[xs2], (float)yp1[xs3], xf); in OneBiCubic()
212 (float)yp2[xs2], (float)yp2[xs3], xf); in OneBiCubic()
214 (float)yp3[xs2], (float)yp3[xs3], xf); in OneBiCubic()
287 int xs2 = std::min(maxx, startx + 2); in OneBiCubic() local
291 yp0[xs2], yp0[xs3], xf); in OneBiCubic()
293 yp1[xs2], yp1[xs3], xf); in OneBiCubic()
295 yp2[xs2], yp2[xs3], xf); in OneBiCubic()
297 yp3[xs2], yp3[xs3], xf); in OneBiCubic()
310 int xs2 = std::min(maxx, startx + 2); in OneBiCubic() local
314 yp0[xs2], yp0[xs3], xf); in OneBiCubic()
316 yp1[xs2], yp1[xs3], xf); in OneBiCubic()
318 yp2[xs2], yp2[xs3], xf); in OneBiCubic()
320 yp3[xs2], yp3[xs3], xf); in OneBiCubic()
333 int xs2 = std::min(maxx, startx + 2); in OneBiCubic() local
337 yp0[xs2], yp0[xs3], xf); in OneBiCubic()
339 yp1[xs2], yp1[xs3], xf); in OneBiCubic()
341 yp2[xs2], yp2[xs3], xf); in OneBiCubic()
343 yp3[xs2], yp3[xs3], xf); in OneBiCubic()