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

Side by Side Diff: third_party/qcms/README.chromium

Issue 1414493004: [qcms] Reduce RMS color error for qcms_transform_data_rgb(a)_out_lut (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/qcms/src/transform-sse2.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Quick Color Management System 1 Name: Quick Color Management System
2 Short Name: qcms 2 Short Name: qcms
3 URL: https://github.com/jrmuizel/qcms/tree/v4 3 URL: https://github.com/jrmuizel/qcms/tree/v4
4 Version: v4 4 Version: v4
5 Date: 2012-03-13 5 Date: 2012-03-13
6 License: MIT 6 License: MIT
7 License File: src/COPYING 7 License File: src/COPYING
8 Security Critical: yes 8 Security Critical: yes
9 9
10 Description: 10 Description:
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 - Use the caching transform prelude for non-SSE code in transform.c 108 - Use the caching transform prelude for non-SSE code in transform.c
109 - https://code.google.com/p/chromium/issues/detail?id=506607 109 - https://code.google.com/p/chromium/issues/detail?id=506607
110 - Expand QCMS tests. Add Munsell test for transform accuracy 110 - Expand QCMS tests. Add Munsell test for transform accuracy
111 - https://code.google.com/p/chromium/issues/detail?id=532910 111 - https://code.google.com/p/chromium/issues/detail?id=532910
112 - Compute RMS error from color error dE in the Munsell test 112 - Compute RMS error from color error dE in the Munsell test
113 - https://code.google.com/p/chromium/issues/detail?id=532910 113 - https://code.google.com/p/chromium/issues/detail?id=532910
114 - Store color profile version and add a version read API 114 - Store color profile version and add a version read API
115 - https://code.google.com/p/chromium/issues/detail?id=532258 115 - https://code.google.com/p/chromium/issues/detail?id=532258
116 - Add support for VCGT tag formula gamma 116 - Add support for VCGT tag formula gamma
117 - https://code.google.com/p/chromium/issues/detail?id=551568 117 - https://code.google.com/p/chromium/issues/detail?id=551568
118 - Minimize transform RMS in qcms_transform_data_rgb(a)_out_lut
119 - https://code.google.com/p/chromium/issues/detail?id=532910
118 120
119 For the Chromium changes, since the import, in a patch format run: 121 For the Chromium changes, since the import, in a patch format run:
120 git diff b8456f38 src 122 git diff b8456f38 src
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/qcms/src/transform-sse2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698