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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic3DLUT.cpp102 int4 coord1 = baseCoord >> (int4)15; local
103 //int4 coord2 = min(coord1 + 1, gDims - 1);
108 //ALOGE("coord1 %08x %08x %08x %08x", coord1.x, coord1.y, coord1.z, coord1.w);
109 const uchar *bp2 = bp + (coord1.x * 4) + (coord1.y * stride_y) + (coord1
[all...]

Completed in 829 milliseconds