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