Home
last modified time | relevance | path

Searched refs:addMul (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
794 mTmpFpa[ct] = mFpa[ct] * addMul + add;
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp188 void updateCoeffCache(float fpMul, float addMul);
745 void RsdCpuScriptIntrinsicColorMatrix::updateCoeffCache(float fpMul, float addMul) { in updateCoeffCache() argument
755 tmpFpa[ct] = fpa[ct] * addMul + add; in updateCoeffCache()