Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_color_unquantize.cpp414 int bit2 = (v2 >> 6) & 1; in hdr_rgbo_unpack() local
427 blue |= bit2 << 6; in hdr_rgbo_unpack()
446 red |= bit2 << 7; in hdr_rgbo_unpack()
568 int bit2 = (v4 >> 6) & 1; in hdr_rgb_unpack() local
578 a |= bit2 << 9; in hdr_rgb_unpack()
588 a |= bit2 << 11; in hdr_rgb_unpack()
596 c |= bit2 << 7; in hdr_rgb_unpack()
606 b0 |= bit2 << 7; in hdr_rgb_unpack()
618 d0 |= bit2 << 6; in hdr_rgb_unpack()
Dastcenc_color_quantize.cpp1169 int bit2 = 0; in quantize_hdr_rgbo() local
1194 bit2 = (r_intval >> 7) & 1; in quantize_hdr_rgbo()
1198 bit2 = (b_intval >> 6) & 1; in quantize_hdr_rgbo()
1237 b_lowbits |= bit2 << 6; in quantize_hdr_rgbo()
1621 int bit2 = 0; in quantize_hdr_rgb() local
1629 bit2 = (d0_intval >> 6) & 1; in quantize_hdr_rgb()
1633 bit2 = (b0_intval >> 7) & 1; in quantize_hdr_rgb()
1636 bit2 = (a_intval >> 9) & 1; in quantize_hdr_rgb()
1639 bit2 = (c_intval >> 7) & 1; in quantize_hdr_rgb()
1643 bit2 = (a_intval >> 11) & 1; in quantize_hdr_rgb()
[all …]
/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
DphNxpEseProto7816_3.h269 uint8_t bit2 : 1; /*!< PCB: bit2 */ member
DphNxpEseProto7816_3.cpp635 if ((pcb_bits.lsb == 0x00) && (pcb_bits.bit2 == 0x00)) { in phNxpEseProto7816_DecodeFrame()
648 else if (((pcb_bits.lsb == 0x01) && (pcb_bits.bit2 == 0x00)) || in phNxpEseProto7816_DecodeFrame()
650 ((pcb_bits.lsb == 0x00) && (pcb_bits.bit2 == 0x01))) { in phNxpEseProto7816_DecodeFrame()
652 if ((pcb_bits.lsb == 0x00) && (pcb_bits.bit2 == 0x01)) in phNxpEseProto7816_DecodeFrame()
723 else if ((pcb_bits.lsb == 0x01) && (pcb_bits.bit2 == 0x01)) { in phNxpEseProto7816_DecodeFrame()
/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
DphNxpEseProto7816_3.h353 uint8_t bit2 : 1; /*!< PCB: bit2 */ member
DphNxpEseProto7816_3.cpp1166 if ((pcb_bits.lsb == 0x00) && (pcb_bits.bit2 == 0x00)) { in phNxpEseProto7816_DecodeFrame()
1182 else if (((pcb_bits.lsb == 0x01) && (pcb_bits.bit2 == 0x00)) || in phNxpEseProto7816_DecodeFrame()
1184 ((pcb_bits.lsb == 0x00) && (pcb_bits.bit2 == 0x01)) || in phNxpEseProto7816_DecodeFrame()
1186 ((pcb_bits.lsb == 0x01) && (pcb_bits.bit2 == 0x01))) { in phNxpEseProto7816_DecodeFrame()
1188 if ((pcb_bits.lsb == 0x00) && (pcb_bits.bit2 == 0x01)) { in phNxpEseProto7816_DecodeFrame()
1191 } else if ((pcb_bits.lsb == 0x01) && (pcb_bits.bit2 == 0x00)) { in phNxpEseProto7816_DecodeFrame()
1201 if ((pcb_bits.lsb == 0x00) && (pcb_bits.bit2 == 0x01)) { in phNxpEseProto7816_DecodeFrame()