Lines Matching refs:ys2
326 int ys2 = rsMin(maxy, starty + 2); in kernelU4() local
331 const uchar4 *yp2 = (const uchar4 *)(pin + stride * ys2); in kernelU4()
393 int ys2 = rsMin(maxy, starty + 2); in kernelU2() local
398 const uchar2 *yp2 = (const uchar2 *)(pin + stride * ys2); in kernelU2()
460 int ys2 = rsMin(maxy, starty + 2); in kernelU1() local
465 const uchar *yp2 = pin + stride * ys2; in kernelU1()
527 int ys2 = rsMin(maxy, starty + 2); in kernelF4() local
532 const float4 *yp2 = (const float4 *)(pin + stride * ys2); in kernelF4()
567 int ys2 = rsMin(maxy, starty + 2); in kernelF2() local
572 const float2 *yp2 = (const float2 *)(pin + stride * ys2); in kernelF2()
607 int ys2 = rsMin(maxy, starty + 2); in kernelF1() local
612 const float *yp2 = (const float *)(pin + stride * ys2); in kernelF1()