Home
last modified time | relevance | path

Searched refs:fpMul (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp188 void updateCoeffCache(float fpMul, float addMul);
745 void RsdCpuScriptIntrinsicColorMatrix::updateCoeffCache(float fpMul, float addMul) { in updateCoeffCache() argument
748 tmpFp[ct] = fp[ct] * fpMul; in updateCoeffCache()
753 if (fpMul > 254.f) add = 0.5f; in updateCoeffCache()