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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp86 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, argument
111 float4 p3 = cubicInterpolate(convert_float4(yp3[xs0]),
112 convert_float4(yp3[xs1]),
113 convert_float4(yp3[xs2]),
114 convert_float4(yp3[xs3]), xf);
121 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, argument
146 float2 p3 = cubicInterpolate(convert_float2(yp3[xs0]),
147 convert_float2(yp3[xs1]),
148 convert_float2(yp3[xs2]),
149 convert_float2(yp3[xs
156 OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, float xf, float yf, int width) argument
237 OneBiCubic(const float4 *yp0, const float4 *yp1, const float4 *yp2, const float4 *yp3, float xf, float yf, int width) argument
260 OneBiCubic(const float2 *yp0, const float2 *yp1, const float2 *yp2, const float2 *yp3, float xf, float yf, int width) argument
283 OneBiCubic(const float *yp0, const float *yp1, const float *yp2, const float *yp3, float xf, float yf, int width) argument
332 const uchar4 *yp3 = (const uchar4 *)(pin + stride * ys3); local
399 const uchar2 *yp3 = (const uchar2 *)(pin + stride * ys3); local
466 const uchar *yp3 = pin + stride * ys3; local
533 const float4 *yp3 = (const float4 *)(pin + stride * ys3); local
573 const float2 *yp3 = (const float2 *)(pin + stride * ys3); local
613 const float *yp3 = (const float *)(pin + stride * ys3); local
[all...]

Completed in 48 milliseconds