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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp93 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, argument
113 float4 p2 = cubicInterpolate(convert_float4(yp2[xs0]),
114 convert_float4(yp2[xs1]),
115 convert_float4(yp2[xs2]),
116 convert_float4(yp2[xs3]), xf);
128 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, argument
148 float2 p2 = cubicInterpolate(convert_float2(yp2[xs0]),
149 convert_float2(yp2[xs1]),
150 convert_float2(yp2[xs2]),
151 convert_float2(yp2[xs
163 OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, float xf, float yf, int width) argument
244 OneBiCubic(const float4 *yp0, const float4 *yp1, const float4 *yp2, const float4 *yp3, float xf, float yf, int width) argument
267 OneBiCubic(const float2 *yp0, const float2 *yp1, const float2 *yp2, const float2 *yp3, float xf, float yf, int width) argument
290 OneBiCubic(const float *yp0, const float *yp1, const float *yp2, const float *yp3, float xf, float yf, int width) argument
338 const uchar4 *yp2 = (const uchar4 *)(pin + stride * ys2); local
405 const uchar2 *yp2 = (const uchar2 *)(pin + stride * ys2); local
472 const uchar *yp2 = pin + stride * ys2; local
539 const float4 *yp2 = (const float4 *)(pin + stride * ys2); local
579 const float2 *yp2 = (const float2 *)(pin + stride * ys2); local
619 const float *yp2 = (const float *)(pin + stride * ys2); local
[all...]

Completed in 7 milliseconds