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
48 extern "C" void rsdIntrinsic3DLUT_K(void *dst, void const *in, size_t count,
60 uchar4 *in = (uchar4 *)info->inPtr[0];
83 rsdIntrinsic3DLUT_K(out, in, len,
88 in += len;
94 int4 baseCoord = convert_int4(*in) * coordMul;
129 ret.w = in->w;
133 ALOGE("in %08x %08x %08x %08x", in->r, in->g, in->b, in->a);
151 in++;