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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic3DLUT.cpp101 int4 baseCoord = convert_int4(*in) * coordMul; local
102 int4 coord1 = baseCoord >> (int4)15;
105 int4 weight2 = baseCoord & 0x7fff;
141 ALOGE("baseCoord %08x %08x %08x %08x", baseCoord.x, baseCoord.y, baseCoord.z, baseCoord.w);

Completed in 24 milliseconds