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