Go to the source code of this file.
Functions | |
| void | shiftBits (unsigned char *toBasePtr, unsigned toBitOffset, unsigned char const *fromBasePtr, unsigned fromBitOffset, unsigned numBits) |
Variables | |
| static unsigned char const | singleBitMask [8] = {0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01} |
| void shiftBits | ( | unsigned char * | toBasePtr, | |
| unsigned | toBitOffset, | |||
| unsigned char const * | fromBasePtr, | |||
| unsigned | fromBitOffset, | |||
| unsigned | numBits | |||
| ) |
Definition at line 129 of file BitVector.cpp.
Referenced by TranscodeMP3ADU(), and unpackBandwidthEfficientData().
unsigned char const singleBitMask[8] = {0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01} [static] |
Definition at line 39 of file BitVector.cpp.
Referenced by shiftBits().
1.6.3