Searched defs:yp0 (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
94 float4 p0 = cubicInterpolate(convert_float4(yp0[xs0]),
95 convert_float4(yp0[xs1]),
96 convert_float4(yp0[xs2]),
97 convert_float4(yp0[xs3]), xf);
119 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, argument
129 float2 p0 = cubicInterpolate(convert_float2(yp0[xs0]),
130 convert_float2(yp0[xs1]),
131 convert_float2(yp0[xs2]),
132 convert_float2(yp0[xs
154 OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, float xf, float yf, int width) argument
201 const uchar4 *yp0 = (const uchar4 *)(pin + stride * ys0); local
241 const uchar2 *yp0 = (const uchar2 *)(pin + stride * ys0); local
281 const uchar *yp0 = pin + stride * ys0; local
[all...]

Completed in 1054 milliseconds