Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:uchar2

113 static void ConvolveOneU2(const RsExpandKernelDriverInfo *info, uint32_t x, uchar2 *out,
114 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2,
247 const uchar2 *py0 = (const uchar2 *)(pin + stride * y2);
248 const uchar2 *py1 = (const uchar2 *)(pin + stride * info->current.y);
249 const uchar2 *py2 = (const uchar2 *)(pin + stride * y1);
251 uchar2 *out = (uchar2 *)info->outPtr[0];