Searched refs:mDot (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicHistogram.cpp44 float mDot[4]; member in class:android::renderscript::RsdCpuScriptIntrinsicHistogram
85 memcpy(mDot, data, 16);
86 mDotI[0] = (int)((mDot[0] * 256.f) + 0.5f);
87 mDotI[1] = (int)((mDot[1] * 256.f) + 0.5f);
88 mDotI[2] = (int)((mDot[2] * 256.f) + 0.5f);
89 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 50 milliseconds