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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp334 int ys3 = rsMin(maxy, starty + 3); local
339 const uchar4 *yp3 = (const uchar4 *)(pin + stride * ys3);
401 int ys3 = rsMin(maxy, starty + 3); local
406 const uchar2 *yp3 = (const uchar2 *)(pin + stride * ys3);
468 int ys3 = rsMin(maxy, starty + 3); local
473 const uchar *yp3 = pin + stride * ys3;
535 int ys3 = rsMin(maxy, starty + 3); local
540 const float4 *yp3 = (const float4 *)(pin + stride * ys3);
575 int ys3 = rsMin(maxy, starty + 3); local
580 const float2 *yp3 = (const float2 *)(pin + stride * ys3);
615 int ys3 = rsMin(maxy, starty + 3); local
[all...]

Completed in 93 milliseconds