Searched refs:yp2 (Results 1 - 1 of 1) sorted by last modified time

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp84 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, argument
104 float4 p2 = cubicInterpolate(convert_float4(yp2[xs0]),
105 convert_float4(yp2[xs1]),
106 convert_float4(yp2[xs2]),
107 convert_float4(yp2[xs3]), xf);
119 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, argument
139 float2 p2 = cubicInterpolate(convert_float2(yp2[xs0]),
140 convert_float2(yp2[xs1]),
141 convert_float2(yp2[xs2]),
142 convert_float2(yp2[xs
154 OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, float xf, float yf, int width) argument
203 const uchar4 *yp2 = (const uchar4 *)(pin + stride * ys2); local
243 const uchar2 *yp2 = (const uchar2 *)(pin + stride * ys2); local
283 const uchar *yp2 = pin + stride * ys2; local
[all...]

Completed in 69 milliseconds