HomeSort by relevance Sort by last modified time
    Searched refs:sRGB (Results 1 - 25 of 31) sorted by null

1 2

  /external/libpng/tests/
pngstest-sRGB 2 exec "${srcdir}/tests/pngstest" sRGB none
pngstest-sRGB-alpha 2 exec "${srcdir}/tests/pngstest" sRGB alpha
pngunknown-sAPI 2 exec ./pngunknown --strict bKGD=save cHRM=save gAMA=save all=discard iCCP=save sBIT=save sRGB=save "${srcdir}/pngtest.png"
pngstest 10 # gamma: one of; linear, 1.8, sRGB, none.
29 *-sRGB[.-]*)
30 test "$gamma" = "sRGB" && g="$f";;
  /external/libpng/contrib/libtests/
gentests.sh 68 for gamma in "" --sRGB --linear --1.8
73 --sRGB)
74 gname="-srgb";;
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...]
  /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...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
color_cvt.hpp 317 #define CV_CUDEV_RGB2Lab_INST(name, scn, dcn, sRGB, blueIdx) \
318 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2Lab<SrcDepth, scn, dcn, sRGB, blueIdx> \
344 #define CV_CUDEV_Lab2RGB_INST(name, scn, dcn, sRGB, blueIdx) \
345 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::Lab2RGB<SrcDepth, scn, dcn, sRGB, blueIdx> \
371 #define CV_CUDEV_RGB2Luv_INST(name, scn, dcn, sRGB, blueIdx) \
372 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2Luv<SrcDepth, scn, dcn, sRGB, blueIdx> \
398 #define CV_CUDEV_Luv2RGB_INST(name, scn, dcn, sRGB, blueIdx) \
399 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::Luv2RGB<SrcDepth, scn, dcn, sRGB, blueIdx> \
  /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/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp     [all...]
es31fTextureBorderClampTests.cpp 424 // make sure border color (in linear space) can be converted to 8-bit sRGB space without
426 const tcu::Vec4 sRGB = tcu::linearToSRGB(normalizedRange);
427 const tcu::IVec4 sRGB8 = tcu::IVec4(tcu::floatToU8(sRGB[0]),
428 tcu::floatToU8(sRGB[1]),
429 tcu::floatToU8(sRGB[2]),
430 tcu::floatToU8(sRGB[3]));
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 174 case FMT_CASE(sRGB, UNORM_INT8): return VK_FORMAT_R8G8B8_SRGB;
312 case VK_FORMAT_R8G8B8_SRGB: return TextureFormat(TextureFormat::sRGB, TextureFormat::UNORM_INT8);
519 case TextureFormat::sRGB: return RGB;
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 82 case TextureFormat::sRGB: format = GL_RGB; break;
185 case FMT_CASE(sRGB, UNORM_INT8): return GL_SRGB8;
509 case GL_SRGB8: return TextureFormat(TextureFormat::sRGB, TextureFormat::UNORM_INT8);
    [all...]
  /external/deqp/framework/common/
tcuAstcUtil.cpp     [all...]
tcuTexture.cpp 311 case TextureFormat::sRGB: return 3;
564 case TextureFormat::sRGB:
748 case TextureFormat::sRGB: return RGB;
802 case TextureFormat::sRGB: return RGB;
    [all...]
tcuTextureUtil.cpp 68 //! Convert sRGB to linear colorspace
93 //! Convert from linear to sRGB colorspace
109 format.order == TextureFormat::sRGB ||
    [all...]
tcuCompressedTexture.cpp 219 case COMPRESSEDTEXFORMAT_ETC2_SRGB8: return TextureFormat(TextureFormat::sRGB, TextureFormat::UNORM_INT8);
    [all...]
tcuTexture.hpp 60 sRGB,
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 523 FX_BOOL sRGB() const;
  /external/skia/src/device/xps/
SkXPSDevice.cpp 465 xpsColor.value.sRGB.alpha = SkColorGetA(skColor);
466 xpsColor.value.sRGB.red = SkColorGetR(skColor);
467 xpsColor.value.sRGB.green = SkColorGetG(skColor);
468 xpsColor.value.sRGB.blue = SkColorGetB(skColor);
    [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 
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseResidency.cpp 100 case tcu::TextureFormat::sRGB: return 3;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 319 case tcu::TextureFormat::sRGB: return tcu::BVec4(true, true, true, false);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 289 // sRGB value {Rx,Ry}={0.64, 0.33}, {Gx,Gy}={0.30, 0.60}, {Bx,By}={0.15, 0.06}
630 FXSYS_memcmp(pData + 0x190, "sRGB IEC61966-2.1", 17) == 0) {
707 if (!m_pProfile->m_pTransform) { // No valid ICC profile or using sRGB
728 } else { // Using sRGB
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/
accessibility-test-framework-2.1.jar 

Completed in 1037 milliseconds

1 2