Searched refs:reds (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/tests/ |
D | SRGBTest.cpp | 16 uint32_t reds[256]; in DEF_TEST() local 18 reds[i] = i; in DEF_TEST() 21 SkRasterPipeline_MemoryCtx ptr = { reds, 0 }; in DEF_TEST() 39 if (reds[i] != (uint32_t)i) { in DEF_TEST() 40 ERRORF(r, "%d doesn't round trip, %d", i, reds[i]); in DEF_TEST()
|
/third_party/flutter/skia/tests/ |
D | SRGBTest.cpp | 17 uint32_t reds[256]; in DEF_TEST() local 19 reds[i] = i; in DEF_TEST() 22 SkRasterPipeline_MemoryCtx ptr = { reds, 0 }; in DEF_TEST() 40 if (reds[i] != (uint32_t)i) { in DEF_TEST() 41 ERRORF(r, "%d doesn't round trip, %d", i, reds[i]); in DEF_TEST()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuCompressedTexture.cpp | 1717 float reds[8]; in decompressBc4() local 1739 reds[0] = hasSign ? int8ToFloat(red0s) : uint8ToFloat(red0); in decompressBc4() 1740 reds[1] = hasSign ? int8ToFloat(red1s) : uint8ToFloat(red1); in decompressBc4() 1742 if (reds[0] > reds[1]) in decompressBc4() 1745 reds[i + 2] = (reds[0] * (6.0f - (float)i) + reds[1] * (1.0f + (float)i)) / 7.0f; in decompressBc4() 1750 reds[i + 2] = (reds[0] * (4.0f - (float)i) + reds[1] * (1.0f + (float)i)) / 5.0f; in decompressBc4() 1751 reds[6] = hasSign ? -1.0f : 0.0f; in decompressBc4() 1752 reds[7] = 1.0f; in decompressBc4() 1760 *dstPixel = reds[indices[y * BC_BLOCK_WIDTH + x]]; in decompressBc4()
|
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/ |
D | vocab.txt | 12282 reds
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 17879 as "reds", "yellows", "greens", "cyans", ...). The adjustment range is defined 17899 @item reds 17921 All the adjustment settings (@option{reds}, @option{yellows}, ...) accept up to 24790 bench=start,selectivecolor=reds=-.2 .12 -.49,bench=stop
|