Searched defs:yp1 (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
99 float4 p1 = cubicInterpolate(convert_float4(yp1[xs0]),
100 convert_float4(yp1[xs1]),
101 convert_float4(yp1[xs2]),
102 convert_float4(yp1[xs3]), xf);
119 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, argument
134 float2 p1 = cubicInterpolate(convert_float2(yp1[xs0]),
135 convert_float2(yp1[xs1]),
136 convert_float2(yp1[xs2]),
137 convert_float2(yp1[xs
154 OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, float xf, float yf, int width) argument
202 const uchar4 *yp1 = (const uchar4 *)(pin + stride * ys1); local
242 const uchar2 *yp1 = (const uchar2 *)(pin + stride * ys1); local
282 const uchar *yp1 = pin + stride * ys1; local
[all...]

Completed in 8 milliseconds