Home
last modified time | relevance | path

Searched refs:blue1 (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_color_unquantize.cpp612 int blue1 = a - b1; in hdr_rgb_unpack3() local
643 if (blue1 < 0) in hdr_rgb_unpack3()
644 blue1 = 0; in hdr_rgb_unpack3()
645 else if (blue1 > 0xFFF) in hdr_rgb_unpack3()
646 blue1 = 0xFFF; in hdr_rgb_unpack3()
664 red1 = blue1; in hdr_rgb_unpack3()
666 blue1 = temp1; in hdr_rgb_unpack3()
673 *output1 = uint4(red1 << 4, green1 << 4, blue1 << 4, 0x7800); in hdr_rgb_unpack3()
/third_party/astc-encoder/Source/
H A Dastcenc_color_unquantize.cpp559 int blue1 = a - b1; in hdr_rgb_unpack() local
571 blue1 = astc::clamp(blue1, 0, 4095); in hdr_rgb_unpack()
589 red1 = blue1; in hdr_rgb_unpack()
591 blue1 = temp1; in hdr_rgb_unpack()
598 output1 = vint4(red1 << 4, green1 << 4, blue1 << 4, 0x7800); in hdr_rgb_unpack()
/third_party/libabigail/tests/data/test-read-ctf/
H A Dtest-enum-symbol.c1 enum {red1, green1, blue1} primary1; enumerator
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLContextCompatibilityTest.cpp210 EGLint red1, red2, green1, green2, blue1, blue2, alpha1, alpha2; in areConfigsCompatible() local
221 eglGetConfigAttrib(mDisplay, c1, EGL_BLUE_SIZE, &blue1); in areConfigsCompatible()
245 blue1 == blue2 && alpha1 == alpha2 && colorComponentType1 == colorComponentType2 && in areConfigsCompatible()
/third_party/backends/backend/
H A Dqcam.c988 int red1, green1, blue1, green2, blue2; in reader_process() local
990 blue1 = src[0]; in reader_process()
996 blue2 = blue1; in reader_process()
1008 buf[2] = blue1; in reader_process()

Completed in 9 milliseconds