Searched refs:JACOBIAN_EPSILON (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmslut.c1654 #define JACOBIAN_EPSILON 0.001f macro
1661 if (*Val < (1.0 - JACOBIAN_EPSILON))
1663 *Val += JACOBIAN_EPSILON;
1666 *Val -= JACOBIAN_EPSILON;
1766 Jacobian.v[0].n[j] = ((fxd[0] - fx[0]) / JACOBIAN_EPSILON);
1767 Jacobian.v[1].n[j] = ((fxd[1] - fx[1]) / JACOBIAN_EPSILON);
1768 Jacobian.v[2].n[j] = ((fxd[2] - fx[2]) / JACOBIAN_EPSILON);

Completed in 75 milliseconds