Searched refs:secondThirdByte (Results 1 – 1 of 1) sorted by relevance
265 int32_t secondThirdByte = bits->ReadBits(16, e); in ParseECIValue() local267 return ((firstByte & 0x1f) << 16) | secondThirdByte; in ParseECIValue()