Home
last modified time | relevance | path

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

/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DResize.cpp126 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, in OneBiCubic()
161 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, in OneBiCubic()
196 static uchar OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, in OneBiCubic()
279 static float4 OneBiCubic(const float4 *yp0, const float4 *yp1, const float4 *yp2, const float4 *yp3, in OneBiCubic()
302 static float2 OneBiCubic(const float2 *yp0, const float2 *yp1, const float2 *yp2, const float2 *yp3, in OneBiCubic()
325 static float OneBiCubic(const float *yp0, const float *yp1, const float *yp2, const float *yp3, in OneBiCubic()
375 const uchar4 *yp3 = (const uchar4 *)(pin + stride * ys3); in kernelU4() local
446 const uchar2 *yp3 = (const uchar2 *)(pin + stride * ys3); in kernelU2() local
521 const uchar *yp3 = pin + stride * ys3; in kernelU1() local
602 const float4 *yp3 = (const float4 *)(pin + stride * ys3); in kernelF4() local
[all …]