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

  /external/libpng/contrib/tools/
makesRGB.c 1 /* makesRGB.c -- build sRGB-to-linear and linear-to-sRGB conversion tables
10 * Make a table to convert 8-bit sRGB encoding values into the closest 16-bit
14 * approximation to the 8-bit sRGB encoded value. Calculate the error in these
27 #include "sRGB.h"
49 sRGB(unsigned int i)
127 double lo = 255 * sRGB(i << 15);
128 double hi = 255 * sRGB((i+1) << 15);
155 unsigned int iexact = nearbyint(255*sRGB(i));
227 unsigned int iexact = nearbyint(255*sRGB(i))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 112 const int sRGB = 7;
125 if (colorspace != sRGB) {
  /external/deqp/framework/common/
tcuTexture.hpp 60 sRGB,
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 48 #include "../tools/sRGB.h"
61 * misbehavior, such as using a simple power law to correct sRGB to linear.
150 /* sRGB support: use exact calculations rounded to the nearest int, see the
173 sRGB(double linear /*range 0.0 .. 1.0*/)
181 return sRGB(fixed_linear / 65535.);
195 return sRGB((double)component / alpha);
236 * sRGB transform, given an 8-bit value which might be either sRGB or power-law.
360 printf(" --sRGB-16bit");
378 "sRGB-gray"
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/
accessibility-test-framework-2.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/
accessibility-test-framework-2.1.jar 
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/24.4.0-beta6/
hierarchyviewer2lib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/24.5.0/
hierarchyviewer2lib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.0.0-alpha1/
hierarchyviewer2lib-25.0.0-alpha1.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 148 milliseconds