Searched refs:mDotI (Results 1 - 1 of 1) sorted by last modified time

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicHistogram.cpp48 int mDotI[4]; member in class:android::renderscript::RsdCpuScriptIntrinsicHistogram
92 mDotI[0] = (int)((mDot[0] * 256.f) + 0.5f);
93 mDotI[1] = (int)((mDot[1] * 256.f) + 0.5f);
94 mDotI[2] = (int)((mDot[2] * 256.f) + 0.5f);
95 mDotI[3] = (int)((mDot[3] * 256.f) + 0.5f);
220 int t = (cp->mDotI[0] * in[0]) +
221 (cp->mDotI[1] * in[1]) +
222 (cp->mDotI[2] * in[2]) +
223 (cp->mDotI[3] * in[3]);
238 int t = (cp->mDotI[
[all...]

Completed in 953 milliseconds