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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp199 int ys3 = rsMin(maxy, starty + 3); local
204 const uchar4 *yp3 = (const uchar4 *)(pin + stride * ys3);
239 int ys3 = rsMin(maxy, starty + 3); local
244 const uchar2 *yp3 = (const uchar2 *)(pin + stride * ys3);
279 int ys3 = rsMin(maxy, starty + 3); local
284 const uchar *yp3 = pin + stride * ys3;

Completed in 6 milliseconds