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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp84 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, argument
109 float4 p3 = cubicInterpolate(convert_float4(yp3[xs0]),
110 convert_float4(yp3[xs1]),
111 convert_float4(yp3[xs2]),
112 convert_float4(yp3[xs3]), xf);
119 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, argument
144 float2 p3 = cubicInterpolate(convert_float2(yp3[xs0]),
145 convert_float2(yp3[xs1]),
146 convert_float2(yp3[xs2]),
147 convert_float2(yp3[xs
154 OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, float xf, float yf, int width) argument
204 const uchar4 *yp3 = (const uchar4 *)(pin + stride * ys3); local
244 const uchar2 *yp3 = (const uchar2 *)(pin + stride * ys3); local
284 const uchar *yp3 = pin + stride * ys3; local
[all...]

Completed in 24 milliseconds