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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp331 int ys0 = rsMax(0, starty + 0); local
336 const uchar4 *yp0 = (const uchar4 *)(pin + stride * ys0);
398 int ys0 = rsMax(0, starty + 0); local
403 const uchar2 *yp0 = (const uchar2 *)(pin + stride * ys0);
465 int ys0 = rsMax(0, starty + 0); local
470 const uchar *yp0 = pin + stride * ys0;
532 int ys0 = rsMax(0, starty + 0); local
537 const float4 *yp0 = (const float4 *)(pin + stride * ys0);
572 int ys0 = rsMax(0, starty + 0); local
577 const float2 *yp0 = (const float2 *)(pin + stride * ys0);
612 int ys0 = rsMax(0, starty + 0); local
[all...]

Completed in 110 milliseconds