HomeSort by relevance Sort by last modified time
    Searched defs:LAB (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tools/skpdiff/
SkPMetric.cpp 13 struct LAB {
58 typedef Image2D<LAB> ImageLAB;
94 static void adobergb_to_cielab(float r, float g, float b, LAB* lab) {
112 // Conversion from XYZ to LAB taken from
121 lab->l = 116.0f * f[1] - 16.0f;
122 lab->a = 500.0f * (f[0] - f[1]);
123 lab->b = 200.0f * (f[1] - f[2]);
126 /// Converts a 8888 bitmap to LAB color space and puts it into the output
143 LAB lab
    [all...]
  /external/skia/tools/skpdiff/
SkPMetric.cpp 13 struct LAB {
58 typedef Image2D<LAB> ImageLAB;
94 static void adobergb_to_cielab(float r, float g, float b, LAB* lab) {
112 // Conversion from XYZ to LAB taken from
121 lab->l = 116.0f * f[1] - 16.0f;
122 lab->a = 500.0f * (f[0] - f[1]);
123 lab->b = 200.0f * (f[1] - f[2]);
126 /// Converts a 8888 bitmap to LAB color space and puts it into the output
143 LAB lab
    [all...]

Completed in 112 milliseconds