Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_color_unquantize.cpp417 int bit5 = (v3 >> 6) & 1; in hdr_rgbo_unpack() local
434 scale |= bit5 << 6; in hdr_rgbo_unpack()
444 red |= bit5 << 7; in hdr_rgbo_unpack()
461 red |= bit5 << 10; in hdr_rgbo_unpack()
571 int bit5 = (v5 >> 5) & 1; in hdr_rgb_unpack() local
583 a |= bit5 << 10; in hdr_rgb_unpack()
613 d1 |= bit5 << 5; in hdr_rgb_unpack()
Dastcenc_color_quantize.cpp1275 int bit5; in quantize_hdr_rgbo() local
1290 bit5 = (r_intval >> 7) & 1; in quantize_hdr_rgbo()
1293 bit5 = (r_intval >> 10) & 1; in quantize_hdr_rgbo()
1296 bit5 = (s_intval >> 6) & 1; in quantize_hdr_rgbo()
1311 s_lowbits |= bit5 << 6; in quantize_hdr_rgbo()
1624 int bit5; in quantize_hdr_rgb() local
1669 bit5 = (a_intval >> 10) & 1; in quantize_hdr_rgb()
1673 bit5 = (d1_intval >> 5) & 1; in quantize_hdr_rgb()
1680 d1_lowbits |= bit5 << 5; in quantize_hdr_rgb()
/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
DphNxpEseProto7816_3.h272 uint8_t bit5 : 1; /*!< PCB: bit5 */ member
DphNxpEseProto7816_3.cpp633 pcb_bits.bit5; in phNxpEseProto7816_DecodeFrame()
/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
DphNxpEseProto7816_3.h356 uint8_t bit5 : 1; /*!< PCB: bit5 */ member
DphNxpEseProto7816_3.cpp1164 pcb_bits.bit5; in phNxpEseProto7816_DecodeFrame()