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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicHistogram.cpp47 float mDot[4]; member in class:android::renderscript::RsdCpuScriptIntrinsicHistogram
91 memcpy(mDot, data, 16);
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);
298 mDot[0] = 0.299f;
299 mDot[1] = 0.587f;
300 mDot[2] = 0.114f;
301 mDot[
[all...]

Completed in 253 milliseconds