Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: third_party/qcms/src/tests/qcms_test_util.h

Issue 1862053002: Reland: [qcms] Fix build_output_lut to return correct data for parametric curves (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and remove WebKit/LayoutTests/whitespace.txt Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/qcms/src/tests/qcms_test_util.h
diff --git a/third_party/qcms/src/tests/qcms_test_util.h b/third_party/qcms/src/tests/qcms_test_util.h
index bcaeb9824a09e2ff8c19d2d90c0186324267b7df..d8286e602885262e59fbfacc227a0ea932003a71 100644
--- a/third_party/qcms/src/tests/qcms_test_util.h
+++ b/third_party/qcms/src/tests/qcms_test_util.h
@@ -24,3 +24,4 @@ struct qcms_test_case {
};
void generate_source_uint8_t(unsigned char *src, const size_t length, const size_t pixel_size);
+float evaluate_parametric_curve(int type, const float params[], float r);

Powered by Google App Engine
This is Rietveld 408576698