Searched refs:tmpByte (Results 1 – 1 of 1) sorted by relevance
1009 UCHAR tmpByte; in sbrDecoder_Parse() local1012 tmpByte = (UCHAR) FDKreadBits(hBs, 8); in sbrDecoder_Parse()1015 buffer |= (tmpByte & (0x08>>i)) << shift; in sbrDecoder_Parse()1016 buffer |= (tmpByte & (0x10<<i)) >> shift; in sbrDecoder_Parse()