• Home
  • Raw
  • Download

Lines Matching refs:getBits

431 inline deUint32 getBits (deUint64 src, int low, int high)  in getBits()  function
477 const deUint32 table[2] = { getBits(src, 37, 39), getBits(src, 34, 36) }; in decompressETC1Block()
485 baseR[0] = extend4To8((deUint8)getBits(src, 60, 63)); in decompressETC1Block()
486 baseR[1] = extend4To8((deUint8)getBits(src, 56, 59)); in decompressETC1Block()
487 baseG[0] = extend4To8((deUint8)getBits(src, 52, 55)); in decompressETC1Block()
488 baseG[1] = extend4To8((deUint8)getBits(src, 48, 51)); in decompressETC1Block()
489 baseB[0] = extend4To8((deUint8)getBits(src, 44, 47)); in decompressETC1Block()
490 baseB[1] = extend4To8((deUint8)getBits(src, 40, 43)); in decompressETC1Block()
495 deUint8 bR = (deUint8)getBits(src, 59, 63); // 5b in decompressETC1Block()
496 deUint8 dR = (deUint8)getBits(src, 56, 58); // 3b in decompressETC1Block()
497 deUint8 bG = (deUint8)getBits(src, 51, 55); in decompressETC1Block()
498 deUint8 dG = (deUint8)getBits(src, 48, 50); in decompressETC1Block()
499 deUint8 bB = (deUint8)getBits(src, 43, 47); in decompressETC1Block()
500 deUint8 dB = (deUint8)getBits(src, 40, 42); in decompressETC1Block()
556 const deInt8 selBR = (deInt8)getBits(src, 59, 63); // 5 bits. in decompressETC2Block()
557 const deInt8 selBG = (deInt8)getBits(src, 51, 55); in decompressETC2Block()
558 const deInt8 selBB = (deInt8)getBits(src, 43, 47); in decompressETC2Block()
559 const deInt8 selDR = extendSigned3To8((deUint8)getBits(src, 56, 58)); // 3 bits. in decompressETC2Block()
560 const deInt8 selDG = extendSigned3To8((deUint8)getBits(src, 48, 50)); in decompressETC2Block()
561 const deInt8 selDB = extendSigned3To8((deUint8)getBits(src, 40, 42)); in decompressETC2Block()
592 const deUint32 table[2] = { getBits(src, 37, 39), getBits(src, 34, 36) }; in decompressETC2Block()
600 baseR[0] = extend4To8((deUint8)getBits(src, 60, 63)); in decompressETC2Block()
601 baseR[1] = extend4To8((deUint8)getBits(src, 56, 59)); in decompressETC2Block()
602 baseG[0] = extend4To8((deUint8)getBits(src, 52, 55)); in decompressETC2Block()
603 baseG[1] = extend4To8((deUint8)getBits(src, 48, 51)); in decompressETC2Block()
604 baseB[0] = extend4To8((deUint8)getBits(src, 44, 47)); in decompressETC2Block()
605 baseB[1] = extend4To8((deUint8)getBits(src, 40, 43)); in decompressETC2Block()
669 const deUint8 R1a = (deUint8)getBits(src, 59, 60); in decompressETC2Block()
670 const deUint8 R1b = (deUint8)getBits(src, 56, 57); in decompressETC2Block()
671 const deUint8 G1 = (deUint8)getBits(src, 52, 55); in decompressETC2Block()
672 const deUint8 B1 = (deUint8)getBits(src, 48, 51); in decompressETC2Block()
673 const deUint8 R2 = (deUint8)getBits(src, 44, 47); in decompressETC2Block()
674 const deUint8 G2 = (deUint8)getBits(src, 40, 43); in decompressETC2Block()
675 const deUint8 B2 = (deUint8)getBits(src, 36, 39); in decompressETC2Block()
676 const deUint32 distNdx = (getBits(src, 34, 35) << 1) | getBit(src, 32); in decompressETC2Block()
695 const deUint8 R1 = (deUint8)getBits(src, 59, 62); in decompressETC2Block()
696 const deUint8 G1a = (deUint8)getBits(src, 56, 58); in decompressETC2Block()
699 const deUint8 B1b = (deUint8)getBits(src, 47, 49); in decompressETC2Block()
700 const deUint8 R2 = (deUint8)getBits(src, 43, 46); in decompressETC2Block()
701 const deUint8 G2 = (deUint8)getBits(src, 39, 42); in decompressETC2Block()
702 const deUint8 B2 = (deUint8)getBits(src, 35, 38); in decompressETC2Block()
766 const deUint8 GO2 = (deUint8)getBits(src, 49, 54); in decompressETC2Block()
768 const deUint8 BO2 = (deUint8)getBits(src, 43, 44); in decompressETC2Block()
769 const deUint8 BO3 = (deUint8)getBits(src, 39, 41); in decompressETC2Block()
770 const deUint8 RH1 = (deUint8)getBits(src, 34, 38); in decompressETC2Block()
772 const deUint8 RO = extend6To8((deUint8)getBits(src, 57, 62)); in decompressETC2Block()
776 const deUint8 GH = extend7To8((deUint8)getBits(src, 25, 31)); in decompressETC2Block()
777 const deUint8 BH = extend6To8((deUint8)getBits(src, 19, 24)); in decompressETC2Block()
778 const deUint8 RV = extend6To8((deUint8)getBits(src, 13, 18)); in decompressETC2Block()
779 const deUint8 GV = extend7To8((deUint8)getBits(src, 6, 12)); in decompressETC2Block()
780 const deUint8 BV = extend6To8((deUint8)getBits(src, 0, 5)); in decompressETC2Block()
826 const deUint8 baseCodeword = (deUint8)getBits(src, 56, 63); in decompressEAC8Block()
827 const deUint8 multiplier = (deUint8)getBits(src, 52, 55); in decompressEAC8Block()
828 const deUint32 tableNdx = getBits(src, 48, 51); in decompressEAC8Block()
865 const deInt32 multiplier = (deInt32)getBits(src, 52, 55); in decompressEAC11Block()
866 const deInt32 tableNdx = (deInt32)getBits(src, 48, 51); in decompressEAC11Block()
867 deInt32 baseCodeword = (deInt32)getBits(src, 56, 63); in decompressEAC11Block()