Searched refs:BO2 (Results 1 – 6 of 6) sorted by relevance
124 std::size_t BO2 = Fmt.find_first_of('{', BO + 1); in splitLiteralAndReplacement() local125 if (BO2 < BC) in splitLiteralAndReplacement()126 return std::make_pair(ReplacementItem{Fmt.substr(0, BO2)}, in splitLiteralAndReplacement()127 Fmt.substr(BO2)); in splitLiteralAndReplacement()
293 unsigned char BO2 : 2; member566 int bo = extend_6to8bits(BO1 << 5 | BO2 << 3 | BO3a << 1 | BO3b); in decodePlanarBlock()
292 unsigned char BO2 : 2; member563 int bo = extend_6to8bits(BO1 << 5 | BO2 << 3 | BO3a << 1 | BO3b); in decodePlanarBlock()
309 unsigned char BO2 : 2; member646 extend_6to8bits(u.pblk.BO1 << 5 | u.pblk.BO2 << 3 | u.pblk.BO3a << 1 | u.pblk.BO3b); in decodePlanarBlock()
768 const deUint8 BO2 = (deUint8)getBits(src, 43, 44); in decompressETC2Block() local774 const deUint8 BO = extend6To8((deUint8)((BO1 << 5) | (BO2 << 3) | BO3)); in decompressETC2Block()