Home
last modified time | relevance | path

Searched refs:bit4 (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_color_unquantize.cpp416 int bit4 = (v3 >> 7) & 1; in hdr_rgbo_unpack() local
436 scale |= bit4 << 7; in hdr_rgbo_unpack()
439 red |= bit4 << 6; in hdr_rgbo_unpack()
570 int bit4 = (v4 >> 5) & 1; in hdr_rgb_unpack() local
580 a |= bit4 << 9; in hdr_rgb_unpack()
612 d0 |= bit4 << 5; in hdr_rgb_unpack()
Dastcenc_color_quantize.cpp1274 int bit4; in quantize_hdr_rgbo() local
1303 bit4 = (s_intval >> 7) & 1; in quantize_hdr_rgbo()
1306 bit4 = (r_intval >> 6) & 1; in quantize_hdr_rgbo()
1312 s_lowbits |= bit4 << 7; in quantize_hdr_rgbo()
1623 int bit4; in quantize_hdr_rgb() local
1668 bit4 = (a_intval >> 9) & 1; in quantize_hdr_rgb()
1672 bit4 = (d0_intval >> 5) & 1; in quantize_hdr_rgb()
1679 d0_lowbits |= bit4 << 5; in quantize_hdr_rgb()
/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
DphNxpEseProto7816_3.h271 uint8_t bit4 : 1; /*!< PCB: bit4 */ member
/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
DphNxpEseProto7816_3.h355 uint8_t bit4 : 1; /*!< PCB: bit4 */ member
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DAstcDecompressor.glsl90 const uint bit4 = bitfieldExtract(astcBlock[3], 4, 1);
100 r = bits23 << 1 | bit4;
124 r = bits01 << 1 | bit4;
DAstcNew.comp90 const uint bit4 = bitfieldExtract(astcBlock[3], 4, 1);
100 r = bits23 << 1 | bit4;
124 r = bits01 << 1 | bit4;