Lines Matching defs:in
5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
55 extern "C" void rsdIntrinsic3DLUT_K(void *dst, void const *in, size_t count,
67 uchar4 *in = (uchar4 *)info->inPtr[0];
90 rsdIntrinsic3DLUT_K(out, in, len,
95 in += len;
101 int4 baseCoord = convert_int4(*in) * coordMul;
136 ret.w = in->w;
140 ALOGE("in %08x %08x %08x %08x", in->r, in->g, in->b, in->a);
158 in++;