Home
last modified time | relevance | path

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

/external/skqp/third_party/skcms/
Dskcms.cc1604 skcms_Matrix3x3 lhs_inv; in gauss_newton_step() local
1605 if (!skcms_Matrix3x3_invert(&lhs, &lhs_inv)) { in gauss_newton_step()
1610 skcms_Vector3 dP = mv_mul(&lhs_inv, &rhs); in gauss_newton_step()
/external/skia/third_party/skcms/
Dskcms.cc2057 skcms_Matrix3x3 lhs_inv; in gauss_newton_step() local
2058 if (!skcms_Matrix3x3_invert(&lhs, &lhs_inv)) { in gauss_newton_step()
2063 skcms_Vector3 dP = mv_mul(&lhs_inv, &rhs); in gauss_newton_step()