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

/external/chromium_org/third_party/qcms/src/
H A Dmatrix.h31 struct vector matrix_eval(struct matrix mat, struct vector v);
H A Dmatrix.c28 struct vector matrix_eval(struct matrix mat, struct vector v) function
H A Dtransform.c95 coefs = matrix_eval(primaries_invert, white_point);
160 cone_source_rgb = matrix_eval(chad, cone_source_XYZ);
161 cone_dest_rgb = matrix_eval(chad, cone_dest_XYZ);

Completed in 81 milliseconds