Searched refs:Tbits (Results 1 – 1 of 1) sorted by relevance
614 SkTBits<int> Tbits(T); in decode_trit_block() local615 if (0x7 == Tbits(4, 2)) { in decode_trit_block()616 C = (Tbits(7, 5) << 2) | Tbits(1, 0); in decode_trit_block()619 C = Tbits(4, 0); in decode_trit_block()620 if (Tbits(6, 5) == 0x3) { in decode_trit_block()621 t[4] = 2; t[3] = Tbits[7]; in decode_trit_block()623 t[4] = Tbits[7]; t[3] = Tbits(6, 5); in decode_trit_block()