Home
last modified time | relevance | path

Searched refs:bit3 (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_color_unquantize.cpp415 int bit3 = (v2 >> 5) & 1; in hdr_rgbo_unpack() local
429 blue |= bit3 << 5; in hdr_rgbo_unpack()
441 red |= bit3 << 6; in hdr_rgbo_unpack()
459 red |= bit3 << 10; in hdr_rgbo_unpack()
569 int bit3 = (v5 >> 6) & 1; in hdr_rgb_unpack() local
593 c |= bit3 << 6; in hdr_rgb_unpack()
607 b1 |= bit3 << 7; in hdr_rgb_unpack()
619 d1 |= bit3 << 6; in hdr_rgb_unpack()
Dastcenc_color_quantize.cpp1170 int bit3 = 0; in quantize_hdr_rgbo() local
1219 bit3 = (r_intval >> 10) & 1; in quantize_hdr_rgbo()
1222 bit3 = (r_intval >> 6) & 1; in quantize_hdr_rgbo()
1228 bit3 = (b_intval >> 5) & 1; in quantize_hdr_rgbo()
1238 b_lowbits |= bit3 << 5; in quantize_hdr_rgbo()
1622 int bit3 = 0; in quantize_hdr_rgb() local
1650 bit3 = (d1_intval >> 6) & 1; in quantize_hdr_rgb()
1654 bit3 = (b1_intval >> 7) & 1; in quantize_hdr_rgb()
1660 bit3 = (c_intval >> 6) & 1; in quantize_hdr_rgb()
1678 d1_lowbits |= bit3 << 6; in quantize_hdr_rgb()
/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
DphNxpEseProto7816_3.h270 uint8_t bit3 : 1; /*!< PCB: bit3 */ member
/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
DphNxpEseProto7816_3.h354 uint8_t bit3 : 1; /*!< PCB: bit3 */ member