Lines Matching defs:yp1
86 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, in OneBiCubic()
121 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, in OneBiCubic()
156 static uchar OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, in OneBiCubic()
237 static float4 OneBiCubic(const float4 *yp0, const float4 *yp1, const float4 *yp2, const float4 *yp3, in OneBiCubic()
260 static float2 OneBiCubic(const float2 *yp0, const float2 *yp1, const float2 *yp2, const float2 *yp3, in OneBiCubic()
283 static float OneBiCubic(const float *yp0, const float *yp1, const float *yp2, const float *yp3, in OneBiCubic()
330 const uchar4 *yp1 = (const uchar4 *)(pin + stride * ys1); in kernelU4() local
397 const uchar2 *yp1 = (const uchar2 *)(pin + stride * ys1); in kernelU2() local
464 const uchar *yp1 = pin + stride * ys1; in kernelU1() local
531 const float4 *yp1 = (const float4 *)(pin + stride * ys1); in kernelF4() local
571 const float2 *yp1 = (const float2 *)(pin + stride * ys1); in kernelF2() local
611 const float *yp1 = (const float *)(pin + stride * ys1); in kernelF1() local