Searched refs:src_to_XYZD50 (Results 1 – 2 of 2) sorted by relevance
262 static void compute_lut_entry(const Matrix3x3& src_to_XYZD50, float rgb[3]);
286 void IccHelper::compute_lut_entry(const Matrix3x3& src_to_XYZD50, float rgb[3]) { in compute_lut_entry() argument293 src_to_rec2020 = Matrix3x3_concat(&XYZD50_to_rec2020, &src_to_XYZD50); in compute_lut_entry()