Searched refs:bitBuf (Results 1 – 9 of 9) sorted by relevance
108 psBits.bitBuf = 0; in iGetM4VConfigInfo()642 pStream->bitBuf = 0; in ShowBits()645 pStream->bitBuf |= pStream->data[dataBytePos+i]; in ShowBits()646 pStream->bitBuf <<= 8; in ShowBits()648 pStream->bitBuf <<= 8 * (3 - i); in ShowBits()653 pStream->bitBuf = (bits[0] << 24) | (bits[1] << 16) | (bits[2] << 8) | bits[3]; in ShowBits()660 *pulOutData = (pStream->bitBuf >> (32 - bitPos)) & mask[(uint16)ucNBits]; in ShowBits()688 pStream->bitBuf = (bits[0] << 24) | (bits[1] << 16) | (bits[2] << 8) | bits[3]; in FlushBits()722 pStream->bitBuf = (bits[0] << 24) | (bits[1] << 16) | (bits[2] << 8) | bits[3]; in ReadBits()728 *pulOutData = (pStream->bitBuf >> (32 - pStream->bitPos)) & mask[(uint16)ucNBits]; in ReadBits()[all …]
78 psBits.bitBuf = 0; in ti_video_config_parser()
113 psBits.bitBuf = 0; in iGetM4VConfigInfo()627 pStream->bitBuf = 0; in ShowBits()630 pStream->bitBuf |= pStream->data[dataBytePos+i]; in ShowBits()631 pStream->bitBuf <<= 8; in ShowBits()633 pStream->bitBuf <<= 8 * (3 - i); in ShowBits()638 pStream->bitBuf = (bits[0] << 24) | (bits[1] << 16) | (bits[2] << 8) | bits[3]; in ShowBits()645 *pulOutData = (pStream->bitBuf >> (32 - bitPos)) & mask[(uint16)ucNBits]; in ShowBits()673 pStream->bitBuf = (bits[0] << 24) | (bits[1] << 16) | (bits[2] << 8) | bits[3]; in FlushBits()707 pStream->bitBuf = (bits[0] << 24) | (bits[1] << 16) | (bits[2] << 8) | bits[3]; in ReadBits()713 *pulOutData = (pStream->bitBuf >> (32 - pStream->bitPos)) & mask[(uint16)ucNBits]; in ReadBits()[all …]
55 uint32 bitBuf; member
79 psBits.bitBuf = 0; in intel_video_config_parser()
53 uint32 bitBuf = in read_bit_field() local56 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size); in read_bit_field()
59 uint32 bitBuf = in read_bit_field() local62 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size); in read_bit_field()
66 uint32 bitBuf; member