Searched defs:xs0 (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp98 int xs0 = rsMax(0, startx + 0); local
103 float4 p0 = cubicInterpolate(convert_float4(yp0[xs0]),
108 float4 p1 = cubicInterpolate(convert_float4(yp1[xs0]),
113 float4 p2 = cubicInterpolate(convert_float4(yp2[xs0]),
118 float4 p3 = cubicInterpolate(convert_float4(yp3[xs0]),
133 int xs0 = rsMax(0, startx + 0); local
138 float2 p0 = cubicInterpolate(convert_float2(yp0[xs0]),
143 float2 p1 = cubicInterpolate(convert_float2(yp1[xs0]),
148 float2 p2 = cubicInterpolate(convert_float2(yp2[xs0]),
153 float2 p3 = cubicInterpolate(convert_float2(yp3[xs0]),
168 int xs0 = rsMax(0, startx + 0); local
249 int xs0 = rsMax(0, startx + 0); local
272 int xs0 = rsMax(0, startx + 0); local
295 int xs0 = rsMax(0, startx + 0); local
[all...]

Completed in 55 milliseconds