Searched defs:srgb (Results 1 – 5 of 5) sorted by relevance
/external/skia/tests/ |
D | SRGBReadWritePixelsTest.cpp | 18 float srgb_to_linear(float srgb) { in srgb_to_linear() 96 static bool check_srgb_to_linear_conversion(uint32_t srgb, uint32_t linear, float error) { in check_srgb_to_linear_conversion() 100 static bool check_linear_to_srgb_conversion(uint32_t linear, uint32_t srgb, float error) { in check_linear_to_srgb_conversion()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | color_detail.hpp | 1651 #define OPENCV_CUDA_IMPLEMENT_RGB2Lab_TRAITS(name, scn, dcn, srgb, blueIdx) \ argument 1764 #define OPENCV_CUDA_IMPLEMENT_Lab2RGB_TRAITS(name, scn, dcn, srgb, blueIdx) \ argument 1863 #define OPENCV_CUDA_IMPLEMENT_RGB2Luv_TRAITS(name, scn, dcn, srgb, blueIdx) \ argument 1964 #define OPENCV_CUDA_IMPLEMENT_Luv2RGB_TRAITS(name, scn, dcn, srgb, blueIdx) \ argument
|
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 5134 bool srgb; member 5215 bool srgb; member 5304 bool srgb; member 5589 bool srgb; member 5667 bool srgb; member 7121 … bool srgb = code == CV_BGR2Lab || code == CV_RGB2Lab || code == CV_RGB2Luv || code == CV_BGR2Luv; in ocl_cvtColor() local 7246 … bool srgb = code == CV_Lab2BGR || code == CV_Lab2RGB || code == CV_Luv2BGR || code == CV_Luv2RGB; in ocl_cvtColor() local 8178 bool srgb = code == CV_BGR2Lab || code == CV_RGB2Lab || in cvtColor() local 8294 bool srgb = code == CV_Lab2BGR || code == CV_Lab2RGB || in cvtColor() local
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 2434 const bool srgb = tcu::isSRGB(referenceTexture.getFormat()); in renderReferenceImages() local 2770 const bool srgb = tcu::isSRGB(format); in checkColorRenderQuad() local
|
/external/opencv3/modules/imgproc/test/ |
D | test_color.cpp | 1940 bool srgb = rng.uniform(0., 1.) > 0.5; in TEST() local
|