Searched refs:curbyte (Results 1 – 1 of 1) sorted by relevance
351 const MS_U8 *curbyte; in _HVD_EX_DemuxTS_GetBits() local355 curbyte = &(buffer[byteoffset]); in _HVD_EX_DemuxTS_GetBits()362 inf |= ((*curbyte)>> (bitoffset--)) & 0x01; in _HVD_EX_DemuxTS_GetBits()363 curbyte += (bitoffset >> 3) & 0x01; in _HVD_EX_DemuxTS_GetBits()