Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp194 void updateCoeffCache(float fpMul, float addMul);
746 void RsdCpuScriptIntrinsicColorMatrix::updateCoeffCache(float fpMul, float addMul) { in updateCoeffCache() function in RsdCpuScriptIntrinsicColorMatrix
949 updateCoeffCache(1.f, 255.f); in preLaunch()
951 updateCoeffCache(1.f, 1.f); in preLaunch()
955 updateCoeffCache(255.f, 255.f); in preLaunch()
957 updateCoeffCache(1.f / 255.f, 1.f); in preLaunch()