Home
last modified time | relevance | path

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

/frameworks/rs/toolkit/
DColorMatrix.cpp182 void updateCoeffCache(float fpMul, float addMul);
784 void ColorMatrixTask::updateCoeffCache(float fpMul, float addMul) { argument
787 mTmpFp[ct] = mFp[ct] * fpMul;
792 if (fpMul > 254.f) add = 0.5f;
/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()